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.

classification
Title: buggy use of transient_internet() in test_urllibnet
Type: behavior Stage: resolved
Components: Tests Versions: Python 3.2, Python 3.3
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: pitrou Nosy List: pitrou, python-dev
Priority: normal Keywords:

Created on 2011-05-21 16:36 by pitrou, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (2)
msg136456 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2011-05-21 16:36
The code I added in b65f417dd266 is buggy, because it calls __exit__ with (None, None, None) rather than the exception to be tested.
msg136540 - (view) Author: Roundup Robot (python-dev) (Python triager) Date: 2011-05-22 15:35
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 transient_internet() in test_urllibnet
http://hg.python.org/cpython/rev/18432e8885e0
History
Date User Action Args
2022-04-11 14:57:17adminsetgithub: 56347
2011-05-22 15:36:16pitrousetstatus: open -> closed
resolution: fixed
stage: needs patch -> resolved
2011-05-22 15:35:53python-devsetnosy: + python-dev
messages: + msg136540
2011-05-21 16:36:53pitroucreate