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

Meador Inge report at bugs.python.org
Sat Jan 14 18:42:52 CET 2012


New submission from Meador Inge <meadori at gmail.com>:

While fixing issue13725 I noticed that there is a long option for 'trace', but it is not actually handled:

[meadori at 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.

----------
assignee: meador.inge
components: Tests
files: regrtest-remove-unhandled-trace-longoption.patch
keywords: easy, patch
messages: 151260
nosy: meador.inge
priority: low
severity: normal
stage: commit review
status: open
title: regrtest.py does not handle --trace
type: behavior
versions: Python 3.2, Python 3.3
Added file: http://bugs.python.org/file24238/regrtest-remove-unhandled-trace-longoption.patch

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


More information about the Python-bugs-list mailing list