[New-bugs-announce] [issue15325] --fromfile does not work for regrtest

Chris Jerdonek report at bugs.python.org
Wed Jul 11 12:05:32 CEST 2012


New submission from Chris Jerdonek <chris.jerdonek at gmail.com>:

The long form of the -f/--fromfile option does not work.  It does not read its required argument.  For example (observe that the second invocation raises no error)--

$ ./python.exe -m test -f
option -f requires argument
Use --help for usage
$ ./python.exe -m test --fromfile
== CPython 3.3.0b1 (default:5d43154d68a8, Jul 8 2012, 13:54:45) [GCC 4.2.1 Compatible Apple Clang 3.1 (tags/Apple/clang-318.0.58)]

Note that issue 15302 will fix this.

----------
keywords: easy
messages: 165243
nosy: cjerdonek
priority: normal
severity: normal
status: open
title: --fromfile does not work for regrtest
versions: Python 3.3

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


More information about the New-bugs-announce mailing list