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

brett.cannon python-checkins at python.org
Sat Oct 28 21:03:00 CEST 2006


Author: brett.cannon
Date: Sat Oct 28 21:03:00 2006
New Revision: 52499

Modified:
   sandbox/trunk/import_in_py/importer.py
Log:
Expand on a comment.


Modified: sandbox/trunk/import_in_py/importer.py
==============================================================================
--- sandbox/trunk/import_in_py/importer.py	(original)
+++ sandbox/trunk/import_in_py/importer.py	Sat Oct 28 21:03:00 2006
@@ -714,7 +714,8 @@
         # otherwise import as a top-level module.
         # XXX
 
-        # Import submodules.
+        # Import submodules; short-circuits search if module is already
+        # in sys.modules.
         # XXX
 
 


More information about the Python-checkins mailing list