]> granicus.if.org Git - python/commit
Merged revisions 87704-87705 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 3 Jan 2011 20:47:02 +0000 (20:47 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 3 Jan 2011 20:47:02 +0000 (20:47 +0000)
commit41d5866e5602ba6cd08608b18c6045a86a46b06b
tree3b149fea11ae0edcf23cb3ad906dae345368c8c3
parent57ab4411c3ec2e4459ab2fad362e78f0b82617b0
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
........
Lib/test/regrtest.py
Misc/NEWS