]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
iteritems() should not have been used for self.timeout which changes during the loop.
authorRaymond Hettinger <python@rcn.com>
Fri, 23 May 2003 08:51:51 +0000 (08:51 +0000)
committerRaymond Hettinger <python@rcn.com>
Fri, 23 May 2003 08:51:51 +0000 (08:51 +0000)
commit4ec4fa208e50d0f384ce2bec65c8612cb5029996
tree9b610631565d1792da5642dec741db0058236652
parentbfef18ca0eff6800f40c7591f1c24a75998d06a6
iteritems() should not have been used for self.timeout which changes during the loop.
Lib/urllib2.py