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 <rep...@bugs.python.org>
<http://bugs.python.org/issue19396>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to