[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/dav/propfind.py
Converted XXX to TODO.
Stephan Richter
srichter at cosmos.phy.tufts.edu
Fri Jul 9 11:45:43 EDT 2004
Log message for revision 26319:
Converted XXX to TODO.
D src/zope/app/folder/browser/folder.py
M src/zope/app/folder/interfaces.py
Remove IFolderAdding and FolderAddign; it is not used anymore.
-=-
Modified: Zope3/trunk/src/zope/app/dav/propfind.py
===================================================================
--- Zope3/trunk/src/zope/app/dav/propfind.py 2004-07-09 15:45:41 UTC (rev 26318)
+++ Zope3/trunk/src/zope/app/dav/propfind.py 2004-07-09 15:45:43 UTC (rev 26319)
@@ -77,7 +77,7 @@
r_url = response.createTextNode(resource_url)
href.appendChild(r_url)
_avail_props = {}
- # XXX For now, list the propnames for the all namespaces
+ # TODO: For now, list the propnames for the all namespaces
# but later on, we need to list *all* propnames from *all* known
# namespaces that this object has.
for ns, iface in zapi.getUtilitiesFor(IDAVNamespace):
More information about the Zope3-Checkins
mailing list