[Python-checkins] r58722 - sandbox/trunk/import_in_py/_importlib.py

brett.cannon python-checkins at python.org
Wed Oct 31 04:24:46 CET 2007


Author: brett.cannon
Date: Wed Oct 31 04:24:45 2007
New Revision: 58722

Modified:
   sandbox/trunk/import_in_py/_importlib.py
Log:
Minor comment change.


Modified: sandbox/trunk/import_in_py/_importlib.py
==============================================================================
--- sandbox/trunk/import_in_py/_importlib.py	(original)
+++ sandbox/trunk/import_in_py/_importlib.py	Wed Oct 31 04:24:45 2007
@@ -393,7 +393,7 @@
     # it is known whether a module should be treated as a path or package to
     # minimize stat calls.  Could even go as far as to stat the directory the
     # importer is in to detect changes and then cache all the info about what
-    # files were found (if stating directories is platform-dependent).
+    # files were found (if stat'ing directories is platform-dependent).
 
     """Load a Python source or bytecode file."""
 


More information about the Python-checkins mailing list