]> granicus.if.org Git - python/commit
Fix tests that tried to sneak strings through httplib.
authorJeremy Hylton <jeremy@alum.mit.edu>
Sat, 4 Aug 2007 03:42:26 +0000 (03:42 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Sat, 4 Aug 2007 03:42:26 +0000 (03:42 +0000)
commit66dc8c59be78325cacb8d5c65754bfb0a2bee772
tree09deb4a74e77e14cc6e99e12f6e48200552add4f
parent04319c78d633420231079efbe55155c040b1ed1b
Fix tests that tried to sneak strings through httplib.

The httplib interface returns bytes for now.
Lib/test/test_urllib.py