[Checkins] SVN: zc.catalogqueue/trunk/src/zc/catalogqueue/interfaces.py add a comment explaining the use of zope.interface.Attribute when perfectly

Fred L. Drake, Jr. fdrake at gmail.com
Fri May 9 14:04:39 EDT 2008


Log message for revision 86578:
  add a comment explaining the use of zope.interface.Attribute when perfectly
  good schema fields are available elsewhere
  

Changed:
  U   zc.catalogqueue/trunk/src/zc/catalogqueue/interfaces.py

-=-
Modified: zc.catalogqueue/trunk/src/zc/catalogqueue/interfaces.py
===================================================================
--- zc.catalogqueue/trunk/src/zc/catalogqueue/interfaces.py	2008-05-09 18:00:50 UTC (rev 86577)
+++ zc.catalogqueue/trunk/src/zc/catalogqueue/interfaces.py	2008-05-09 18:04:38 UTC (rev 86578)
@@ -40,6 +40,8 @@
     def __len__():
         """Return the number of unprocessed cataloging events."""
 
+    # We're not using zope.schema in order to keep dependencies to a minimum.
+
     lastProcessedTime = zope.interface.Attribute(
         """Time the queue was last processed.
 



More information about the Checkins mailing list