[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/container/browser/contents.py Change XXX to TODO.

Julien Anguenot ja at nuxeo.com
Sat Jun 25 06:45:49 EDT 2005


Log message for revision 30917:
  Change XXX to TODO.

Changed:
  U   Zope3/trunk/src/zope/app/container/browser/contents.py

-=-
Modified: Zope3/trunk/src/zope/app/container/browser/contents.py
===================================================================
--- Zope3/trunk/src/zope/app/container/browser/contents.py	2005-06-25 09:46:40 UTC (rev 30916)
+++ Zope3/trunk/src/zope/app/container/browser/contents.py	2005-06-25 10:45:49 UTC (rev 30917)
@@ -401,7 +401,7 @@
         if not_pasteable_ids != []:
             # Show the ids of objects that can't be pasted because
             # their ids are already taken.
-            # XXX Can't we add a 'copy_of' or something as a prefix
+            # TODO Can't we add a 'copy_of' or something as a prefix
             # instead of raising an exception ?
             raise UserError(
                 _("The given name(s) %s is / are already being used" %(



More information about the Zope3-Checkins mailing list