[Python-checkins] cpython: Remove a workaround for fixed issue #20355.

antoine.pitrou python-checkins at python.org
Tue Apr 29 00:58:22 CEST 2014


http://hg.python.org/cpython/rev/925c0b611c02
changeset:   90489:925c0b611c02
user:        Antoine Pitrou <solipsis at pitrou.net>
date:        Tue Apr 29 00:58:02 2014 +0200
summary:
  Remove a workaround for fixed issue #20355.

files:
  Tools/scripts/run_tests.py |  2 --
  1 files changed, 0 insertions(+), 2 deletions(-)


diff --git a/Tools/scripts/run_tests.py b/Tools/scripts/run_tests.py
--- a/Tools/scripts/run_tests.py
+++ b/Tools/scripts/run_tests.py
@@ -33,8 +33,6 @@
     # Allow user-specified interpreter options to override our defaults.
     args.extend(test.support.args_from_interpreter_flags())
 
-    # Workaround for issue #20355
-    os.environ.pop("PYTHONWARNINGS", None)
     # Workaround for issue #20361
     args.extend(['-W', 'error::BytesWarning'])
 

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list