cpython/Modules/_io
Antoine Pitrou f3fa074703 - 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:26:04 +00:00
..
_iomodule.c Issue #7545: improve documentation of the `buffering` argument in io.open(). 2009-12-19 21:01:10 +00:00
_iomodule.h accept None as the same as having passed no argument in file types #7349 2009-12-13 19:19:07 +00:00
bufferedio.c accept None as the same as having passed no argument in file types #7349 2009-12-13 19:19:07 +00:00
bytesio.c - Issue #6939: Fix file I/O objects in the `io` module to keep the original 2010-01-31 22:26:04 +00:00
fileio.c - Issue #6939: Fix file I/O objects in the `io` module to keep the original 2010-01-31 22:26:04 +00:00
iobase.c - Issue #6939: Fix file I/O objects in the `io` module to keep the original 2010-01-31 22:26:04 +00:00
stringio.c - Issue #6939: Fix file I/O objects in the `io` module to keep the original 2010-01-31 22:26:04 +00:00
textio.c - Issue #6939: Fix file I/O objects in the `io` module to keep the original 2010-01-31 22:26:04 +00:00