commit | 693618cd7b661a9af5b5d7a97795123536a29cb6 | [log] [tgz] |
---|---|---|
author | R. David Murray <rdmurray@bitdance.com> | Sun Nov 15 00:17:17 2009 +0000 |
committer | R. David Murray <rdmurray@bitdance.com> | Sun Nov 15 00:17:17 2009 +0000 |
tree | 3155b6f8aedb74e2371f681b7a2d4e173867e675 | |
parent | 384a4fc0e6a71dbfcf4ab5582c00fe2489a7abf9 [diff] |
Merged revisions 76276-76277 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r76276 | r.david.murray | 2009-11-14 19:04:32 -0500 (Sat, 14 Nov 2009) | 3 lines Issue 7324: add a sanity check to regrtest argument parsing to catch the case of an option with no handler. ........ r76277 | r.david.murray | 2009-11-14 19:07:00 -0500 (Sat, 14 Nov 2009) | 3 lines Remove 'g' from regrtest getopt argument string, since there's no handler for it. ........