web: Use write() callable for output.
authorDave Borowitz <dborowitz@google.com>
Mon, 26 Jul 2010 17:17:50 +0000 (19:17 +0200)
committerJelmer Vernooij <jelmer@samba.org>
Mon, 26 Jul 2010 17:17:50 +0000 (19:17 +0200)
commitb4faed1f3c82b21fb9eff57ad812db6de18f5e95
tree1221af0a631a5d1bf6aaad2ccbf29cdda0cb3386
parent906cf81ef87767e45fbbac0d778864131aecf494
web: Use write() callable for output.

PEP 333 specifies that start_response must return a write() callable
for compatibility with legacy stream-based APIs, which includes the
tunneled git protocol code.
NEWS
dulwich/tests/test_web.py
dulwich/web.py