[Python-checkins] r62983 - python/trunk/Lib/test/test_py3kwarn.py

brett.cannon python-checkins at python.org
Sat May 10 05:09:36 CEST 2008


Author: brett.cannon
Date: Sat May 10 05:09:35 2008
New Revision: 62983

Log:
Add a test for the deprecation of the compiler package.


Modified:
   python/trunk/Lib/test/test_py3kwarn.py

Modified: python/trunk/Lib/test/test_py3kwarn.py
==============================================================================
--- python/trunk/Lib/test/test_py3kwarn.py	(original)
+++ python/trunk/Lib/test/test_py3kwarn.py	Sat May 10 05:09:35 2008
@@ -129,7 +129,7 @@
     # test.testall not tested as it executes all unit tests as an
     # import side-effect.
     all_platforms = ('audiodev', 'imputil', 'mutex', 'user', 'new', 'rexec',
-                        'Bastion')
+                        'Bastion', 'compiler')
     inclusive_platforms = {'irix':('pure',)}
     optional_modules = ('bsddb185',)
 


More information about the Python-checkins mailing list