[issue19396] test_contextlib fails with -S

2013-10-25 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2b904290b3b9 by Nick Coghlan in branch 'default': Close #19396: make test_contextlib tolerate -S http://hg.python.org/cpython/rev/2b904290b3b9 -- nosy: +python-dev resolution: -> fixed stage: -> committed/rejected status: open -> closed _

[issue19396] test_contextlib fails with -S

2013-10-25 Thread Nick Coghlan
Nick Coghlan added the comment: On second thoughts, since I haven't started on the refactoring yet... -- resolution: duplicate -> status: closed -> open ___ Python tracker ___ _

[issue19396] test_contextlib fails with -S

2013-10-25 Thread Nick Coghlan
Nick Coghlan added the comment: It's not strictly a duplicate, but I'll be refactoring the relevant tests a bit in order to resolve issue 19330 anyway (I'm working on that now), so I can remove the dependency on help() in the process. -- resolution: -> duplicate status: open -> closed

[issue19396] test_contextlib fails with -S

2013-10-25 Thread Antoine Pitrou
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: n