[issue20535] run_tests.py: Work around issues 20355 and 20361

2014-02-24 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: LGTM too. Thank you for your patch Arfrever. -- resolution: -> fixed stage: patch review -> committed/rejected status: open -> closed ___ Python tracker

[issue20535] run_tests.py: Work around issues 20355 and 20361

2014-02-24 Thread Roundup Robot
Roundup Robot added the comment: New changeset c89e495cdff8 by Serhiy Storchaka in branch '3.3': Issue #20535: PYTHONWARNING no longer affects the run_tests.py script. http://hg.python.org/cpython/rev/c89e495cdff8 New changeset 656d0e273ccb by Serhiy Storchaka in branch 'default': Issue #20535:

[issue20535] run_tests.py: Work around issues 20355 and 20361

2014-02-24 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- assignee: -> serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue20535] run_tests.py: Work around issues 20355 and 20361

2014-02-09 Thread Antoine Pitrou
Antoine Pitrou added the comment: This sounds fine. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue20535] run_tests.py: Work around issues 20355 and 20361

2014-02-08 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- nosy: +ezio.melotti, michael.foord, pitrou stage: -> patch review type: -> behavior ___ Python tracker ___

[issue20535] run_tests.py: Work around issues 20355 and 20361

2014-02-06 Thread Arfrever Frehtes Taifersar Arahesis
New submission from Arfrever Frehtes Taifersar Arahesis: Tools/scripts/run_tests.py contains: def main(regrtest_args): args = [sys.executable, '-W', 'default', # Warnings set to 'default' '-bb',# Warnings about bytes/bytearray '-E',