This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients ncoghlan, pitrou
Date 2013-10-25.19:42:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382730148.19.0.17792113903.issue19396@psf.upfronthosting.co.za>
In-reply-to
Content
$ ./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
History
Date User Action Args
2013-10-25 19:42:28pitrousetrecipients: + pitrou, ncoghlan
2013-10-25 19:42:28pitrousetmessageid: <1382730148.19.0.17792113903.issue19396@psf.upfronthosting.co.za>
2013-10-25 19:42:28pitroulinkissue19396 messages
2013-10-25 19:42:27pitroucreate