]> granicus.if.org Git - python/commit
Fix by Moshe Zadka (cleaned up and documented by GvR) to break out the
authorGuido van Rossum <guido@python.org>
Tue, 26 Oct 1999 13:01:36 +0000 (13:01 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 26 Oct 1999 13:01:36 +0000 (13:01 +0000)
commitd65b53923ecefc96f24d9cbc4e3e83dd2194d6b4
tree6181bfd5ca1bb24690c24de9d78f914f6e36ff8f
parent32a15adeab771ab8867b11dd2027be2b7e5d3f75
Fix by Moshe Zadka (cleaned up and documented by GvR) to break out the
request handling into separate parse_request() and handle_request()
methods.
Lib/BaseHTTPServer.py