diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-01-03 20:38:52 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-01-03 20:38:52 (GMT) |
commit | 3c4402f879ccc6c0fbd9e95e2a473b67ccd43ba9 (patch) | |
tree | 771460906d3fd61c0b5a5187321608de7d31bc1e /Misc | |
parent | 751ba4cfac806a064496baf929d44aa5e6591c20 (diff) | |
download | cpython-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/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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? ================================ |