[Python-checkins] r85471 - python/branches/release27-maint/Lib/test/test_support.py

antoine.pitrou python-checkins at python.org
Thu Oct 14 13:18:46 CEST 2010


Author: antoine.pitrou
Date: Thu Oct 14 13:18:46 2010
New Revision: 85471

Log:
Add support for "-3" flag (closes #7516)



Modified:
   python/branches/release27-maint/Lib/test/test_support.py

Modified: python/branches/release27-maint/Lib/test/test_support.py
==============================================================================
--- python/branches/release27-maint/Lib/test/test_support.py	(original)
+++ python/branches/release27-maint/Lib/test/test_support.py	Thu Oct 14 13:18:46 2010
@@ -1210,6 +1210,7 @@
         'no_user_site': 's',
         'no_site': 'S',
         'optimize': 'O',
+        'py3k_warning': '3',
         'verbose': 'v',
     }
     args = []


More information about the Python-checkins mailing list