]> granicus.if.org Git - python/commit
Merged revisions 76276-76277 via svnmerge from
authorR. David Murray <rdmurray@bitdance.com>
Sun, 15 Nov 2009 00:17:17 +0000 (00:17 +0000)
committerR. David Murray <rdmurray@bitdance.com>
Sun, 15 Nov 2009 00:17:17 +0000 (00:17 +0000)
commit693618cd7b661a9af5b5d7a97795123536a29cb6
tree3155b6f8aedb74e2371f681b7a2d4e173867e675
parent384a4fc0e6a71dbfcf4ab5582c00fe2489a7abf9
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.
........
Lib/test/regrtest.py
Misc/NEWS