[ZCM] [ZC] 1269/ 2 Resolve "missing % in zExceptions/unauthorized.py"

Collector: Zope Bugs, Features, and Patches ... zope-coders-admin at zope.org
Tue Mar 23 06:49:03 EST 2004


Issue #1269 Update (Resolve) "missing % in zExceptions/unauthorized.py"
 Status Resolved, Zope/bug medium
To followup, visit:
  http://collector.zope.org/Zope/1269

==============================================================
= Resolve - Entry #2 by ajung on Mar 23, 2004 6:49 am

 Status: Pending => Resolved

Fixed on 2.7 branch/HEAD.

-aj
________________________________________
= Request - Entry #1 by leper on Mar 22, 2004 9:11 pm

irritating typo of the day:

@@ -55,7 +55,7 @@
             return ("You are not allowed to access '%s' in this context"
                     % self.name)
         elif self.value is not None:
-            return ("You are not allowed to access 's' in this context"
+            return ("You are not allowed to access '%s' in this context"
                     % self.getValueName())
         return repr(self)

==============================================================




More information about the Zope-Collector-Monitor mailing list