[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/apidoc/codemodule/browser/introspector.py
- marked a comment XXX
Christian Theune
ct at gocept.com
Thu Jan 4 13:47:18 EST 2007
Log message for revision 71712:
- marked a comment XXX
Changed:
U Zope3/trunk/src/zope/app/apidoc/codemodule/browser/introspector.py
-=-
Modified: Zope3/trunk/src/zope/app/apidoc/codemodule/browser/introspector.py
===================================================================
--- Zope3/trunk/src/zope/app/apidoc/codemodule/browser/introspector.py 2007-01-04 17:24:55 UTC (rev 71711)
+++ Zope3/trunk/src/zope/app/apidoc/codemodule/browser/introspector.py 2007-01-04 18:47:18 UTC (rev 71712)
@@ -46,7 +46,7 @@
self.context = ob
def traverse(self, name, ignore):
- # This is pretty unsafe, so this should really just be available in
+ # XXX This is pretty unsafe, so this should really just be available in
# devmode.
naked = zope.security.proxy.removeSecurityProxy(self.context)
annotations = annotation.interfaces.IAnnotations(naked)
More information about the Zope3-Checkins
mailing list