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 chris.jerdonek
Recipients chris.jerdonek
Date 2012-07-11.10:05:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342001132.43.0.639678860969.issue15325@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-07-11 10:05:32chris.jerdoneksetrecipients: + chris.jerdonek
2012-07-11 10:05:32chris.jerdoneksetmessageid: <1342001132.43.0.639678860969.issue15325@psf.upfronthosting.co.za>
2012-07-11 10:05:31chris.jerdoneklinkissue15325 messages
2012-07-11 10:05:31chris.jerdonekcreate