[issue14136] Simplify PEP 409 command line test and move it to test_cmd_line_script

Ethan Furman report at bugs.python.org
Tue Feb 28 12:00:53 CET 2012


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

Is there a better place, then, than test_cmd_line_script?

The entire purpose of PEP 409 is to allow the suppression of non-relevant information in the exception traceback.  As such I would expect every Python interpreter to adhere to it.

(Yes, I understand that custom display hooks can still do different things, but they are custom and not the default.)

----------

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


More information about the Python-bugs-list mailing list