]> granicus.if.org Git - python/commit
Merged revisions 84814 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 14 Sep 2010 18:48:19 +0000 (18:48 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 14 Sep 2010 18:48:19 +0000 (18:48 +0000)
commit6391b3440ff72071f06d8b53a30aa8771a6ff44d
tree6ce23bcb7edf1382bec444a8645c918bfb856ba7
parent93db23ef2f128abae78101c556675d1f84c8f6e6
Merged revisions 84814 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r84814 | antoine.pitrou | 2010-09-14 20:37:24 +0200 (mar., 14 sept. 2010) | 4 lines

  Issue #9854: The default read() implementation in io.RawIOBase now
  handles non-blocking readinto() returning None correctly.
........
Doc/library/io.rst
Lib/_pyio.py
Lib/test/test_io.py
Misc/NEWS
Modules/_io/iobase.c