This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients David.Edelsohn, matrixise, miss-islington, pablogsal, vstinner
Date 2019-03-04.22:13:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551737605.4.0.66309920141.issue36019@roundup.psfhosted.org>
In-reply-to
Content
Stéphane: Python 2.7 is also affected by the issue. Would you be interested in backport the fix to Lib/test/test_urllibnet.py? (in master, it's Lib/test/test_urllib2net.py). 

https://buildbot.python.org/all/#/builders/68/builds/238

Re-running failed tests in verbose mode
Re-running test 'test_urllibnet' in verbose mode
ERROR: testURLread (test.test_urllibnet.URLTimeoutTest)
ERROR: test_basic (test.test_urllibnet.urlopenNetworkTests)
ERROR: test_geturl (test.test_urllibnet.urlopenNetworkTests)
ERROR: test_info (test.test_urllibnet.urlopenNetworkTests)
ERROR: test_readlines (test.test_urllibnet.urlopenNetworkTests)
ERROR: test_basic (test.test_urllibnet.urlretrieveNetworkTests)
History
Date User Action Args
2019-03-04 22:13:25vstinnersetrecipients: + vstinner, matrixise, David.Edelsohn, pablogsal, miss-islington
2019-03-04 22:13:25vstinnersetmessageid: <1551737605.4.0.66309920141.issue36019@roundup.psfhosted.org>
2019-03-04 22:13:25vstinnerlinkissue36019 messages
2019-03-04 22:13:25vstinnercreate