[New-bugs-announce] [issue12138] buggy use of transient_internet() in test_urllibnet

Antoine Pitrou report at bugs.python.org
Sat May 21 18:36:53 CEST 2011


New submission from Antoine Pitrou <pitrou at 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 <report at bugs.python.org>
<http://bugs.python.org/issue12138>
_______________________________________


More information about the New-bugs-announce mailing list