[New-bugs-announce] [issue19397] test_pydoc fails with -S
Antoine Pitrou
report at bugs.python.org
Fri Oct 25 21:43:23 CEST 2013
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 <report at bugs.python.org>
<http://bugs.python.org/issue19397>
_______________________________________
More information about the New-bugs-announce
mailing list