Files
cpython/Modules
Guido van Rossum 8742977b33 truncate() returns the new size and position.
write() returns the number of bytes/characters written/buffered.
FileIO.close() calls self.flush().
Implement readinto() for buffered readers.
Tests th check all these.
Test proper behavior of __enter__/__exit__.
2007-04-10 21:06:59 +00:00
..
2006-01-03 06:48:38 +00:00
2006-02-27 17:20:04 +00:00
2006-12-28 04:47:50 +00:00
2006-12-28 04:47:50 +00:00
2006-08-25 04:36:39 +00:00
2006-10-27 23:31:49 +00:00