New submission from Antoine Pitrou:

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

----------
components: Tests
messages: 201285
nosy: pitrou
priority: low
severity: normal
status: open
title: test_pydoc fails with -S
type: behavior
versions: Python 3.3, Python 3.4

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19397>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to