[Checkins] SVN: z3c.extfile/trunk/src/z3c/extfile/file/file.txt I got a different error message on windows.

Roger Ineichen roger at projekt01.ch
Wed Sep 6 09:36:30 EDT 2006


Log message for revision 69998:
  I got a different error message on windows. 
  I this is not true for linux, change line 41 
  
  form 
  IOError: (0, 'Error') 
  to 
  IOError: ...

Changed:
  U   z3c.extfile/trunk/src/z3c/extfile/file/file.txt

-=-
Modified: z3c.extfile/trunk/src/z3c/extfile/file/file.txt
===================================================================
--- z3c.extfile/trunk/src/z3c/extfile/file/file.txt	2006-09-06 13:34:26 UTC (rev 69997)
+++ z3c.extfile/trunk/src/z3c/extfile/file/file.txt	2006-09-06 13:36:30 UTC (rev 69998)
@@ -38,7 +38,7 @@
   >>> f.data.write("hello")
   Traceback (most recent call last):
   ...
-  IOError: [Errno 9] Bad file descriptor
+  IOError: (0, 'Error')
 
 But we can of course set a new value on data
 



More information about the Checkins mailing list