Files
cpython/Modules
Antoine Pitrou ca5a06aaa9 Issue #6939: Fix file I/O objects in the io module to keep the original
file position when calling `truncate()`.  It would previously change the
file position to the given argument, which goes against the tradition of
`ftruncate()` and other truncation APIs.  Patch by Pascal Chambon.
2010-01-27 21:48:46 +00:00
..
2008-06-11 07:41:16 +00:00
2008-09-30 17:46:03 +00:00
2009-01-26 16:55:41 +00:00
2008-09-28 23:24:19 +00:00
2008-09-18 23:20:28 +00:00
2008-06-11 07:41:16 +00:00
2008-06-11 18:55:38 +00:00
2009-11-30 21:33:31 +00:00
2008-06-11 07:41:16 +00:00