[Zodb-checkins] CVS: Zope3/src/zodb/code - module.py:1.18

Fred Drake cvs-admin at zope.org
Mon Nov 10 13:49:57 EST 2003


Update of /cvs-repository/Zope3/src/zodb/code
In directory cvs.zope.org:/tmp/cvs-serv7783

Modified Files:
	module.py 
Log Message:
- fix typo
- put XXX comment on a line by itself


=== Zope3/src/zodb/code/module.py 1.17 => 1.18 ===
--- Zope3/src/zodb/code/module.py:1.17	Mon Jun 30 12:22:26 2003
+++ Zope3/src/zodb/code/module.py	Mon Nov 10 13:49:56 2003
@@ -208,8 +208,8 @@
     circular import occurs.  The second import occurs when the
     machinery searches for the class of the registry.  It will re-use
     the registry and fail, because the registry will be marked as
-    changed but not yet have its stated loaded.  XXX There ought to be
-    a way to deal with this.
+    changed but not yet have its state loaded.
+    XXX There ought to be a way to deal with this.
     """
 
     # The import hook doesn't use sys.modules, because Zope might want




More information about the Zodb-checkins mailing list