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 meador.inge
Recipients meador.inge
Date 2012-01-14.17:42:51
SpamBayes Score 0.046605244
Marked as misclassified No
Message-id <1326562972.28.0.512194843439.issue13786@psf.upfronthosting.co.za>
In-reply-to
Content
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 commit the attached patch shortly.
History
Date User Action Args
2012-01-14 17:42:52meador.ingesetrecipients: + meador.inge
2012-01-14 17:42:52meador.ingesetmessageid: <1326562972.28.0.512194843439.issue13786@psf.upfronthosting.co.za>
2012-01-14 17:42:51meador.ingelinkissue13786 messages
2012-01-14 17:42:51meador.ingecreate