New submission from Antoine Pitrou <pit...@free.fr>: 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 patch status: open title: buggy use of transient_internet() in test_urllibnet type: behavior versions: Python 3.2, Python 3.3 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue12138> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com