[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/filerepresentation/interfaces.py Converted XXX to TODO.

Stephan Richter srichter at cosmos.phy.tufts.edu
Fri Jul 9 11:46:52 EDT 2004


Log message for revision 26346:

Converted XXX to TODO.




-=-
Modified: Zope3/trunk/src/zope/app/filerepresentation/interfaces.py
===================================================================
--- Zope3/trunk/src/zope/app/filerepresentation/interfaces.py	2004-07-09 15:46:50 UTC (rev 26345)
+++ Zope3/trunk/src/zope/app/filerepresentation/interfaces.py	2004-07-09 15:46:52 UTC (rev 26346)
@@ -106,7 +106,7 @@
         """Update the file data
         """
 
-# XXX We will add ILargeReadFile and ILargeWriteFile to efficiently
+# TODO: We will add ILargeReadFile and ILargeWriteFile to efficiently
 # handle large data.
 
 class IReadDirectory(IReadContainer):
@@ -139,5 +139,5 @@
         create the object.
         """
 
-# XXX we will add additional interfaces for WebDAV and File-system
+# TODO: we will add additional interfaces for WebDAV and File-system
 # synchronization.



More information about the Zope3-Checkins mailing list