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

2012-01-14 Thread Meador Inge

New submission from Meador Inge mead...@gmail.com:

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.

--
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 rep...@bugs.python.org
http://bugs.python.org/issue13786
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2012-01-14 Thread Roundup Robot

Roundup Robot devn...@psf.upfronthosting.co.za 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 unimplemented 'trace' long option from regrtest.py.
http://hg.python.org/cpython/rev/9b14b04a0cdd

--
nosy: +python-dev

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue13786
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



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

2012-01-14 Thread Meador Inge

Meador Inge mead...@gmail.com added the comment:

Fixed.

--
resolution:  - fixed
stage: commit review - committed/rejected
status: open - closed

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue13786
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com