[New-bugs-announce] [issue19396] test_contextlib fails with -S

Antoine Pitrou report at bugs.python.org
Fri Oct 25 21:42:28 CEST 2013


New submission from Antoine Pitrou:

$ ./python -S -m test test_contextlib
[1/1] test_contextlib
test test_contextlib failed -- Traceback (most recent call last):
  File "/home/antoine/cpython/default/Lib/test/test_contextlib.py", line 640, in test_redirect_to_string_io
    help(pow)
NameError: name 'help' is not defined

----------
assignee: ncoghlan
components: Tests
messages: 201284
nosy: ncoghlan, pitrou
priority: low
severity: normal
status: open
title: test_contextlib fails with -S
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19396>
_______________________________________


More information about the New-bugs-announce mailing list