]> granicus.if.org Git - python/commit
Remove Python 1.5 compatibility layer from httplib.
authorJeremy Hylton <jeremy@alum.mit.edu>
Tue, 14 Aug 2007 17:08:07 +0000 (17:08 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Tue, 14 Aug 2007 17:08:07 +0000 (17:08 +0000)
commit3a38c913425aad7a494661560eda4d29389868b8
tree3bc9f049fafa1b405f77f82b4a3156ecee8367ba
parent5d8a88a442f1f24b8bc3ff85ffae44d8d151b91c
Remove Python 1.5 compatibility layer from httplib.

The two clients in the std library have been updated to use the newer
interface.  A couple of minor changes to the httplib tests were
needed.

Also, reformat some long lines in the httplib tests.
Lib/httplib.py
Lib/test/test_httplib.py