[issue11609] urllib-related buildbot failures

2011-03-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset 00459310b136 by Senthil Kumaran in branch 'default': closes issue11609. buildbot related failures in the test_urllibnet. http://hg.python.org/cpython/rev/00459310b136 -- ___ Python tracker

[issue11609] urllib-related buildbot failures

2011-03-19 Thread Senthil Kumaran
Senthil Kumaran added the comment: Buildbots pass the tests again. -- priority: release blocker -> resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker

[issue11609] urllib-related buildbot failures

2011-03-19 Thread Roundup Robot
Roundup Robot added the comment: New changeset 5c83a375a23e by Senthil Kumaran in branch '3.2': Call unfakehttp in order to close connection while opening the connection through a fakehttp object. http://hg.python.org/cpython/rev/5c83a375a23e -- nosy: +python-dev _

[issue11609] urllib-related buildbot failures

2011-03-19 Thread Antoine Pitrou
New submission from Antoine Pitrou : Many urllib-related buildbot failures recently, this seems to be cause by one of the recent urllib commits. 3.2 and 3.3 are affected. http://www.python.org/dev/buildbot/all/builders/AMD64%20Gentoo%20Wide%203.x/builds/1255 -- assignee: orsenthil com