[issue6293] Have regrtest.py echo back sys.flags

2011-01-03 Thread Antoine Pitrou
Antoine Pitrou added the comment: A variant of the patch was committed in r87704 (3.2), r87706 (3.1) and r87707 (2.7). Thank you. -- nosy: +pitrou resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed versions: +Python 3.1, Python 3.2 _

[issue6293] Have regrtest.py echo back sys.flags

2010-09-25 Thread Sandro Tosi
Sandro Tosi added the comment: Hello, I've changed the initial patch to add a CLI option ('-g/--sysflags', '-f' is already used) to enable the echoing of sys.flags. If you need some other changes, just ping me. Regards, Sandro -- nosy: +sandro.tosi Added file: http://bugs.python.org/

[issue6293] Have regrtest.py echo back sys.flags

2010-07-31 Thread David Stanek
Changes by David Stanek : -- nosy: +dstanek ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python.o

[issue6293] Have regrtest.py echo back sys.flags

2010-01-18 Thread Brian Curtin
Brian Curtin added the comment: Seems like a good idea to me, but maybe not as the default? -- keywords: +needs review nosy: +brian.curtin priority: -> normal ___ Python tracker ___

[issue6293] Have regrtest.py echo back sys.flags

2009-06-16 Thread Collin Winter
New submission from Collin Winter : This patch makes regrtest.py echo back the contents of sys.flags at the beginning of a test run. Unladen Swallow has found this useful for verifying that the regrtest.py settings in the Makefile and in our Buildbot configs are interacting as expected. Examp