summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-01-03 20:47:02 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2011-01-03 20:47:02 (GMT)
commit41d5866e5602ba6cd08608b18c6045a86a46b06b (patch)
tree3b149fea11ae0edcf23cb3ad906dae345368c8c3 /Misc/NEWS
parent57ab4411c3ec2e4459ab2fad362e78f0b82617b0 (diff)
downloadcpython-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/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 96fb3cb..7784232 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.