Dec. 31, 2008
7:09 p.m.
Author: antoine.pitrou Date: Wed Dec 31 20:09:51 2008 New Revision: 68109 Log: don't use a valid but dummy position Modified: sandbox/trunk/io-c/test_io.py Modified: sandbox/trunk/io-c/test_io.py ============================================================================== --- sandbox/trunk/io-c/test_io.py (original) +++ sandbox/trunk/io-c/test_io.py Wed Dec 31 20:09:51 2008 @@ -47,7 +47,7 @@ pass def tell(self): - return 42 + return -1 def readinto(self, buf): max_len = len(buf)
6466
Age (days ago)
6466
Last active (days ago)
0 comments
1 participants
participants (1)
-
antoine.pitrou