[issue6210] Exception Chaining missing method for suppressing context

Ethan Furman report at bugs.python.org
Thu Feb 16 07:58:01 CET 2012


Ethan Furman <ethan at stoneleaf.us> added the comment:

> Remaining problems:
> - default sys.excepthook implementation currently does the wrong thing

Unable to duplicate on my system (Win XP SP3)

> - needs a test for the pythonrun display logic (test_cmd_line_script
>   would be the appropriate place)

Not sure I understand this point, but I added a test in test_raise that starts a subprocess interpreter and checks its output.

> - testCauseSyntax test should probably be in test_raise, not
>   test_exceptions

Moved.

----------
Added file: http://bugs.python.org/file24529/pep409.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6210>
_______________________________________


More information about the Python-bugs-list mailing list