cpython/Modules/_io
Antoine Pitrou cb4f47c377 Merged revisions 83944 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r83944 | antoine.pitrou | 2010-08-11 15:31:33 +0200 (mer., 11 août 2010) | 6 lines

  Issue #9550: a BufferedReader could issue an additional read when the
  original read request had been satisfied, which can block indefinitely
  when the underlying raw IO channel is e.g. a socket.  Report and original
  patch by Jason V. Miller.
........
2010-08-11 13:40:17 +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 Merged revisions 83944 via svnmerge from 2010-08-11 13:40:17 +00:00
bytesio.c Issue #7865: The close() method of :mod:`io` objects should not swallow 2010-05-03 16:25:33 +00:00
fileio.c Untabify Modules/_io/fileio.c 2010-05-05 16:27:30 +00:00
iobase.c Issue #7865: The close() method of :mod:`io` objects should not swallow 2010-05-03 16:25:33 +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 #7865: The close() method of :mod:`io` objects should not swallow 2010-05-03 16:25:33 +00:00