]> granicus.if.org Git - python/commit
Added an optional timeout parameter to function urllib2.urlopen,
authorFacundo Batista <facundobatista@gmail.com>
Wed, 6 Jun 2007 17:15:23 +0000 (17:15 +0000)
committerFacundo Batista <facundobatista@gmail.com>
Wed, 6 Jun 2007 17:15:23 +0000 (17:15 +0000)
commit10951d51e27f52ab5b92748b459a5fd40da6b871
tree227688e2502f1de358e5939c7626d0a9dfba3598
parent92493120209565d6db37fe97c5bdb2f14d6a9c25
Added an optional timeout parameter to function urllib2.urlopen,
with tests in test_urllib2net.py (must have network resource
enabled to execute them). Also modified test_urllib2.py because
testing mock classes must take it into acount. Docs are also
updated.
Doc/lib/liburllib2.tex
Lib/test/test_urllib2.py
Lib/test/test_urllib2net.py
Lib/urllib2.py
Misc/NEWS