]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #4608: urllib.request.urlopen does not return an iterable object
authorRaymond Hettinger <python@rcn.com>
Sun, 26 Jun 2011 12:30:25 +0000 (14:30 +0200)
committerRaymond Hettinger <python@rcn.com>
Sun, 26 Jun 2011 12:30:25 +0000 (14:30 +0200)
commit29e2c64edd9696483d51a24a6f74ae74815b441d
tree10dbf63f1cba853fa2e27f5f035809a8282f84e8
parent58ff0039a3df47e240eed9f721f759c9db508202
parent038018aaa4c4d1c8df7952adaa4df14ec3333496
Issue #4608: urllib.request.urlopen does not return an iterable object
Lib/test/test_urllib.py
Lib/urllib/response.py
Misc/ACKS