[issue12138] buggy use of transient_internet() in test_urllibnet

2011-05-22 Thread Antoine Pitrou
Changes by Antoine Pitrou : -- resolution: -> fixed stage: needs patch -> committed/rejected status: open -> closed ___ Python tracker ___ __

[issue12138] buggy use of transient_internet() in test_urllibnet

2011-05-22 Thread Roundup Robot
Roundup Robot added the comment: New changeset 52b78e07d009 by Antoine Pitrou in branch '3.2': Issue #12138: fix use of transient_internet() in test_urllibnet http://hg.python.org/cpython/rev/52b78e07d009 New changeset 18432e8885e0 by Antoine Pitrou in branch 'default': Issue #12138: fix use of

[issue12138] buggy use of transient_internet() in test_urllibnet

2011-05-21 Thread Antoine Pitrou
New submission from Antoine Pitrou : The code I added in b65f417dd266 is buggy, because it calls __exit__ with (None, None, None) rather than the exception to be tested. -- assignee: pitrou components: Tests messages: 136456 nosy: pitrou priority: normal severity: normal stage: needs pa