]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Merged revisions 69513 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Wed, 11 Feb 2009 01:01:41 +0000 (01:01 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Wed, 11 Feb 2009 01:01:41 +0000 (01:01 +0000)
commit9ab86707d5da2f029db7749668ff6b4bb5147f86
tree1ed65efc87bedb557a546f58625bdea44934f2ef
parent323b0461169ca40d550e1ecc6b28e6bbf71b0d88
Merged revisions 69513 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r69513 | antoine.pitrou | 2009-02-11 01:39:14 +0100 (mer., 11 févr. 2009) | 3 lines

  Issue #4631: Fix urlopen() result when an HTTP response uses chunked encoding.
........
Lib/http/client.py
Lib/io.py
Lib/test/test_httplib.py
Lib/test/test_io.py
Lib/test/test_urllib2_localnet.py
Lib/test/test_urllib2net.py
Lib/urllib/request.py
Lib/urllib/response.py
Misc/NEWS