[issue9446] urllib2 tests fail when offline

2010-08-11 Thread Senthil Kumaran
Senthil Kumaran added the comment: Fixed in r83950 by adding a wrapper function for catching gaierror. It was already present in py3k. Thanks for the bug report. -- resolution: accepted -> fixed stage: -> committed/rejected status: open -> closed ___

[issue9446] urllib2 tests fail when offline

2010-08-10 Thread Senthil Kumaran
Senthil Kumaran added the comment: Yes, confirmed it in release27 branch. Gaierror is returned when tests are run offline. -- assignee: -> orsenthil resolution: -> accepted ___ Python tracker ___

[issue9446] urllib2 tests fail when offline

2010-08-10 Thread Terry J. Reedy
Terry J. Reedy added the comment: I believe in our python-list discussion you identified the precise line that fails. Please copy it here. -- ___ Python tracker ___

[issue9446] urllib2 tests fail when offline

2010-08-01 Thread Guandalino
Changes by Guandalino : Added file: http://bugs.python.org/file18307/online.log ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubs

[issue9446] urllib2 tests fail when offline

2010-08-01 Thread Guandalino
New submission from Guandalino : urllib2 tests fail when internet connection is not available. $ cd ~/sandbox/2.7/lib/python2.7/test $ python test_urllib2.py other output, [cut] == ERROR: test_file (__main__.HandlerTests)