]> granicus.if.org Git - python/commit
Merged revisions 87704-87705 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 3 Jan 2011 20:49:01 +0000 (20:49 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 3 Jan 2011 20:49:01 +0000 (20:49 +0000)
commit8c688bea2613dfb3f270a97d7c409a1ccd0b0d5d
tree34846bc8312acb1acfe3591274c2eb161bf29f97
parent9828b56347f6171a532dce28c9dc5ab9bd2c8139
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