[Zope3-checkins]
SVN: Zope3/trunk/src/zope/app/traversing/interfaces.py
Converted XXX to statement.
Stephan Richter
srichter at cosmos.phy.tufts.edu
Fri Jul 9 11:46:07 EDT 2004
Log message for revision 26328:
Converted XXX to statement.
-=-
Modified: Zope3/trunk/src/zope/app/traversing/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/traversing/interfaces.py 2004-07-09 15:46:04 UTC (rev 26327)
+++ Zope3/trunk/src/zope/app/traversing/interfaces.py 2004-07-09 15:46:06 UTC (rev 26328)
@@ -33,9 +33,8 @@
name, value items. The 'pname' argument has the original name
before parameters were removed.
- It is not the responsibility of the handler to wrap the return value.
-
- XXX is this "wrap" comment still relevant?
+ It is not the responsibility of the handler to give the return value a
+ location.
"""
class IPhysicallyLocatable(Interface):
More information about the Zope3-Checkins
mailing list