[Zope3-dev] re: comment in size.py

Steve Alexander steve@cat-box.net
Fri, 17 Jan 2003 13:39:28 +0200


Hi Florent,

You recently checked this into size.py

-        return u'n/a'
+        return u'n/a' # XXX this should be localizable


What do you think about a convention that comments marking stuff that 
should be localised, but isn't, be marked with the following:

   # XXX L10N explanatory text

Such comments could be found by a script (perhaps an altered version of 
Zope3/utilities/XXXreport) searching for a regexp like "XXX[: ] *L10N".

--
Steve Alexander