Issue #18375: Assume --randomize when --randseed is used for running the testsuite.

This commit is contained in:
Florent Xicluna 2013-07-06 12:25:52 +02:00
parent a68650553d
commit d9e7c86d7e
2 changed files with 4 additions and 0 deletions

View file

@ -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.