[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/http/put.py removed
mistaken XXX comment
Wolfgang Schnerring
wosc at wosc.de
Thu Sep 28 04:55:44 EDT 2006
Log message for revision 70417:
removed mistaken XXX comment
Changed:
U Zope3/trunk/src/zope/app/http/put.py
-=-
Modified: Zope3/trunk/src/zope/app/http/put.py
===================================================================
--- Zope3/trunk/src/zope/app/http/put.py 2006-09-28 08:54:26 UTC (rev 70416)
+++ Zope3/trunk/src/zope/app/http/put.py 2006-09-28 08:55:43 UTC (rev 70417)
@@ -66,7 +66,7 @@
ext = "."
# Get a "directory" surrogate for the container
- # XXX Argh. Why don't we have a unioned Interface for that?!?
+ # TODO: Argh. Why don't we have a unioned Interface for that?!?
dir_write = IWriteDirectory(container)
dir_read = IReadDirectory(container)
More information about the Zope3-Checkins
mailing list