diff options
author | Florent Xicluna <florent.xicluna@gmail.com> | 2013-07-06 10:25:52 (GMT) |
---|---|---|
committer | Florent Xicluna <florent.xicluna@gmail.com> | 2013-07-06 10:25:52 (GMT) |
commit | d9e7c86d7e0593c13155c1b6c47c4e64fdbc39ac (patch) | |
tree | 3e35f0619a4c53014ef880943e457cbd8af7914e /Misc | |
parent | a68650553d8e5339610286643dfe4f078244c5ba (diff) | |
download | cpython-d9e7c86d7e0593c13155c1b6c47c4e64fdbc39ac.zip cpython-d9e7c86d7e0593c13155c1b6c47c4e64fdbc39ac.tar.gz cpython-d9e7c86d7e0593c13155c1b6c47c4e64fdbc39ac.tar.bz2 |
Issue #18375: Assume --randomize when --randseed is used for running the testsuite.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -158,6 +158,9 @@ IDLE Tests ----- +- Issue #18375: Assume --randomize when --randseed is used for running the + testsuite. + - Issue #11185: Fix test_wait4 under AIX. Patch by Sébastien Sablé. - Issue #17691: test_univnewlines now works with unittest test discovery. |