diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-01-03 20:47:02 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-01-03 20:47:02 (GMT) |
commit | 41d5866e5602ba6cd08608b18c6045a86a46b06b (patch) | |
tree | 3b149fea11ae0edcf23cb3ad906dae345368c8c3 /Misc | |
parent | 57ab4411c3ec2e4459ab2fad362e78f0b82617b0 (diff) | |
download | cpython-41d5866e5602ba6cd08608b18c6045a86a46b06b.zip cpython-41d5866e5602ba6cd08608b18c6045a86a46b06b.tar.gz cpython-41d5866e5602ba6cd08608b18c6045a86a46b06b.tar.bz2 |
Merged revisions 87704-87705 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r87704 | antoine.pitrou | 2011-01-03 21:38:52 +0100 (lun., 03 janv. 2011) | 5 lines
Issue #6293: Have regrtest.py echo back sys.flags. This is done by default
in whole runs and enabled selectively using `--header` when running an
explicit list of tests. Original patch by Collin Winter.
........
r87705 | antoine.pitrou | 2011-01-03 21:40:07 +0100 (lun., 03 janv. 2011) | 3 lines
Mention --randseed in option list
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -105,6 +105,10 @@ Build Tests ----- +- Issue #6293: Have regrtest.py echo back sys.flags. This is done by default + in whole runs and enabled selectively using ``--header`` when running an + explicit list of tests. Original patch by Collin Winter. + - Issue #775964: test_grp now skips YP/NIS entries instead of failing when encountering them. |