[Python-checkins] r53036 - sandbox/trunk/import_in_py/importer.py

brett.cannon python-checkins at python.org
Thu Dec 14 22:54:16 CET 2006


Author: brett.cannon
Date: Thu Dec 14 22:54:16 2006
New Revision: 53036

Modified:
   sandbox/trunk/import_in_py/importer.py
Log:
Note what tests are off because of the warnings issue.


Modified: sandbox/trunk/import_in_py/importer.py
==============================================================================
--- sandbox/trunk/import_in_py/importer.py	(original)
+++ sandbox/trunk/import_in_py/importer.py	Thu Dec 14 22:54:16 2006
@@ -31,6 +31,9 @@
     + Fix
         - Implement optional interface for loaders.
 * warnings and stack level.
+    + Affected tests
+        - test___all__
+        - test_imageop
     + 'warnings' assumes that the import code does not show up in the call
       stack.
     + Because import now in Python, import does show up in the call stack.


More information about the Python-checkins mailing list