[issue15325] --fromfile does not work for regrtest

2012-12-27 Thread Chris Jerdonek
Changes by Chris Jerdonek : -- resolution: -> duplicate stage: patch review -> committed/rejected status: open -> closed superseder: Use argparse instead of getopt in test.regrtest -> --fromfile, --match, and --randomize don't work in regrtest ___ P

[issue15325] --fromfile does not work for regrtest

2012-07-13 Thread Ezio Melotti
Changes by Ezio Melotti : -- nosy: +ezio.melotti stage: -> patch review superseder: -> Use argparse instead of getopt in test.regrtest type: -> enhancement versions: +Python 3.4 -Python 3.3 ___ Python tracker __

[issue15325] --fromfile does not work for regrtest

2012-07-11 Thread Chris Jerdonek
New submission from Chris Jerdonek : 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 -