[Checkins] SVN: zope.i18n/trunk/src/zope/i18n/translationdomain.py replaced XXX with a more appropiate TODO comment, noting bug number

Christian Zagrodnick cz at gocept.com
Mon Apr 21 02:24:40 EDT 2008


Log message for revision 85525:
  replaced XXX with a more appropiate TODO comment, noting bug number

Changed:
  U   zope.i18n/trunk/src/zope/i18n/translationdomain.py

-=-
Modified: zope.i18n/trunk/src/zope/i18n/translationdomain.py
===================================================================
--- zope.i18n/trunk/src/zope/i18n/translationdomain.py	2008-04-21 06:19:51 UTC (rev 85524)
+++ zope.i18n/trunk/src/zope/i18n/translationdomain.py	2008-04-21 06:24:39 UTC (rev 85525)
@@ -99,7 +99,8 @@
             mapping = mapping.copy()
             for key, value in mapping.items():
                 if isinstance(value, Message):
-                    # XXX why isn't there an IMessage interface?
+                    # TODO Why isn't there an IMessage interface?
+                    # https://bugs.launchpad.net/zope3/+bug/220122
                     if value in seen:
                         raise ValueError(
                             "Circular reference in mappings detected: %s" %



More information about the Checkins mailing list