Files
cpython/Lib
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
..
2010-01-16 16:34:46 +00:00
2009-10-26 01:48:07 +00:00
2009-09-06 13:07:26 +00:00
2009-07-31 20:21:08 +00:00
2009-10-05 04:13:01 +00:00
2009-09-29 19:18:11 +00:00
2009-10-26 01:48:07 +00:00