summaryrefslogtreecommitdiffstats
path: root/Lib/CGIHTTPServer.py
diff options
context:
space:
mode:
authorJeremy Hylton <jeremy@alum.mit.edu>2003-12-17 18:52:16 (GMT)
committerJeremy Hylton <jeremy@alum.mit.edu>2003-12-17 18:52:16 (GMT)
commit023518a6a810ac1a79d4b797854f49d7f1bddee3 (patch)
tree56f75720984e3195051d6a14e3f41dd07b5c8c33 /Lib/CGIHTTPServer.py
parenta7b673f47c9fe7f597bb56a1babb91943183283d (diff)
downloadcpython-023518a6a810ac1a79d4b797854f49d7f1bddee3.zip
cpython-023518a6a810ac1a79d4b797854f49d7f1bddee3.tar.gz
cpython-023518a6a810ac1a79d4b797854f49d7f1bddee3.tar.bz2
Rewrite AbstractHTTPHandler to use modern httplib interface.
The chief benefit of this change is that requests will now use HTTP/1.1 instead of HTTP/1.0. Bump the module version number as part of the change. There are two possible incompatibilities that we'll need to watch out for when we get to an alpha release. We may get a different class of exceptions out of httplib, and the do_open() method changed its signature. The latter is only important if anyone actually subclasses AbstractHTTPHandler.
Diffstat (limited to 'Lib/CGIHTTPServer.py')
0 files changed, 0 insertions, 0 deletions