cpython/Modules/_io
Antoine Pitrou 905a2ffe3e Merged revisions 77890 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r77890 | antoine.pitrou | 2010-01-31 23:26:04 +0100 (dim., 31 janv. 2010) | 7 lines

  - 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-31 22:47:27 +00:00
..
_iomodule.c #7417: add signature to open() docstring. 2009-12-23 10:30:45 +00:00
_iomodule.h Merged revisions 76805 via svnmerge from 2009-12-13 19:25:34 +00:00
bufferedio.c Merged revisions 76805 via svnmerge from 2009-12-13 19:25:34 +00:00
bytesio.c Merged revisions 77890 via svnmerge from 2010-01-31 22:47:27 +00:00
fileio.c Merged revisions 77890 via svnmerge from 2010-01-31 22:47:27 +00:00
iobase.c Merged revisions 77890 via svnmerge from 2010-01-31 22:47:27 +00:00
stringio.c Merged revisions 77890 via svnmerge from 2010-01-31 22:47:27 +00:00
textio.c Merged revisions 77890 via svnmerge from 2010-01-31 22:47:27 +00:00