diff options
author | R. David Murray <rdmurray@bitdance.com> | 2009-11-15 00:23:21 (GMT) |
---|---|---|
committer | R. David Murray <rdmurray@bitdance.com> | 2009-11-15 00:23:21 (GMT) |
commit | 35768ad4f5a3dc04194ae806f1e7ededfe13b37c (patch) | |
tree | 75992dffa4ee6e503e655162d4e0fac7c7e51230 /Misc | |
parent | 18163c3f141353ba307df5a3c2ad3dbd99634cec (diff) | |
download | cpython-35768ad4f5a3dc04194ae806f1e7ededfe13b37c.zip cpython-35768ad4f5a3dc04194ae806f1e7ededfe13b37c.tar.gz cpython-35768ad4f5a3dc04194ae806f1e7ededfe13b37c.tar.bz2 |
Merged revisions 76276 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.
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -378,6 +378,9 @@ Documentation Tests ----- +- Issue #7324: add a sanity check to regrtest argument parsing to + catch the case of an option with no handler. + - Issue #7312: Add a -F flag to run the selected tests in a loop until a test fails. Can be combined with -j. |