summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-01-03 20:38:52 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2011-01-03 20:38:52 (GMT)
commit3c4402f879ccc6c0fbd9e95e2a473b67ccd43ba9 (patch)
tree771460906d3fd61c0b5a5187321608de7d31bc1e /Misc
parent751ba4cfac806a064496baf929d44aa5e6591c20 (diff)
downloadcpython-3c4402f879ccc6c0fbd9e95e2a473b67ccd43ba9.zip
cpython-3c4402f879ccc6c0fbd9e95e2a473b67ccd43ba9.tar.gz
cpython-3c4402f879ccc6c0fbd9e95e2a473b67ccd43ba9.tar.bz2
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.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index de4536a..0176687 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -121,6 +121,13 @@ Tools/Demos
Updated for test discovery by Mark Roddy and Python 3 compatibility by
Brian Curtin.
+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.
+
What's New in Python 3.2 Beta 2?
================================