[issue13786] regrtest.py does not handle --trace

2012-01-14 Thread Meador Inge
Meador Inge added the comment: Fixed. -- resolution: -> fixed stage: commit review -> committed/rejected status: open -> closed ___ Python tracker ___ _

[issue13786] regrtest.py does not handle --trace

2012-01-14 Thread Roundup Robot
Roundup Robot added the comment: New changeset a32bc62b8772 by Meador Inge in branch '3.2': Issue #13786: Remove unimplemented 'trace' long option from regrtest.py. http://hg.python.org/cpython/rev/a32bc62b8772 New changeset 9b14b04a0cdd by Meador Inge in branch 'default': Issue #13786: Remove

[issue13786] regrtest.py does not handle --trace

2012-01-14 Thread Meador Inge
New submission from Meador Inge : While fixing issue13725 I noticed that there is a long option for 'trace', but it is not actually handled: [meadori@motherbrain cpython]$ ./python -m test --trace No handler for option --trace. Please report this as a bug at http://bugs.python.org. I will co