[issue7324] Add sanity-check else case to regrtest option parsing

2009-11-14 Thread R. David Murray
R. David Murray added the comment: Committed in r76276 through r76281, along with removing 'g' from the getopt list in 2.6. 3.1 still has other traces of the -g option; I haven't cleaned that up. -- assignee: -> r.david.murray resolution: -> fixed stage: patch review -> committed/rej

[issue7324] Add sanity-check else case to regrtest option parsing

2009-11-14 Thread Brett Cannon
Brett Cannon added the comment: I bet it was an option oversight. Since regrtest is an internal tool we don't really need to fret about backwards-compatibility for anyone. -- nosy: +brett.cannon ___ Python tracker

[issue7324] Add sanity-check else case to regrtest option parsing

2009-11-14 Thread R. David Murray
R. David Murray added the comment: That should have been 'getopt option list'. -- ___ Python tracker ___ ___ Python-bugs-list mailing

[issue7324] Add sanity-check else case to regrtest option parsing

2009-11-14 Thread R. David Murray
New submission from R. David Murray : In forward porting a patch to py3k I noticed that there is a 'g' option in the optparse argument list in regrtest in 2.x that is not present in 3.x. But the surprising thing was that there are no docs for this option, nor any option handler in the 2.x regrte