diff options
author | R. David Murray <rdmurray@bitdance.com> | 2009-11-14 16:13:02 (GMT) |
---|---|---|
committer | R. David Murray <rdmurray@bitdance.com> | 2009-11-14 16:13:02 (GMT) |
commit | 7dc72cc1c4a5ea94bfaa2d039584e8734be1f289 (patch) | |
tree | 72ea06d48efa79fac21df23606dcdc50738b107a /Misc | |
parent | 864b3f08d8df8c0dd6a085d3c74f049997b83869 (diff) | |
download | cpython-7dc72cc1c4a5ea94bfaa2d039584e8734be1f289.zip cpython-7dc72cc1c4a5ea94bfaa2d039584e8734be1f289.tar.gz cpython-7dc72cc1c4a5ea94bfaa2d039584e8734be1f289.tar.bz2 |
Merged revisions 76260 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r76260 | r.david.murray | 2009-11-14 10:18:22 -0500 (Sat, 14 Nov 2009) | 5 lines
Issue #7312 (new feature): Add a -F flag to run the selected tests in
a loop until a test fails. Can be combined with -j. Patch by Antoine
Pitrou.
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -378,6 +378,9 @@ Documentation Tests ----- +- Issue #7312: Add a -F flag to run the selected tests in a loop until + a test fails. Can be combined with -j. + - Issue #6551: test_zipimport could import and then destroy some modules of the encodings package, which would make other tests fail further down the road because the internally cached encoders and decoders would point |