[Checkins] SVN: z3c.extfile/trunk/src/z3c/extfile/interfaces.py We need to be able to close the file !

Jürgen Kartnaller juergen at kartnaller.at
Fri Sep 1 06:52:30 EDT 2006


Log message for revision 69910:
  We need to be able to close the file !
  

Changed:
  U   z3c.extfile/trunk/src/z3c/extfile/interfaces.py

-=-
Modified: z3c.extfile/trunk/src/z3c/extfile/interfaces.py
===================================================================
--- z3c.extfile/trunk/src/z3c/extfile/interfaces.py	2006-08-31 22:31:54 UTC (rev 69909)
+++ z3c.extfile/trunk/src/z3c/extfile/interfaces.py	2006-09-01 10:52:28 UTC (rev 69910)
@@ -31,8 +31,11 @@
         """see file.tell"""
 
     def read(size):
-        """seee file.read"""
+        """see file.read"""
 
+    def close():
+        """see file.close"""
+
 class IWriteFile(IFile):
 
     def write(s):



More information about the Checkins mailing list