]> granicus.if.org Git - python/commit
Issue #6293: Have regrtest.py echo back sys.flags. This is done by default
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 3 Jan 2011 20:38:52 +0000 (20:38 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 3 Jan 2011 20:38:52 +0000 (20:38 +0000)
commit3c4402f879ccc6c0fbd9e95e2a473b67ccd43ba9
tree771460906d3fd61c0b5a5187321608de7d31bc1e
parent751ba4cfac806a064496baf929d44aa5e6591c20
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.
Lib/test/regrtest.py
Misc/NEWS