]> granicus.if.org Git - python/commit
Merged revisions 80720 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 3 May 2010 16:48:20 +0000 (16:48 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 3 May 2010 16:48:20 +0000 (16:48 +0000)
commit6be8876623ffab3f2d1e4af46e7ce169d84b35a6
tree66fdad672568ed51cbc8e1d598a104d4037381d2
parentfb7b66821678701c1847b2e950ddb6f061da27a2
Merged revisions 80720 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r80720 | antoine.pitrou | 2010-05-03 18:25:33 +0200 (lun., 03 mai 2010) | 5 lines

  Issue #7865: The close() method of :mod:`io` objects should not swallow
  exceptions raised by the implicit flush().  Also ensure that calling
  close() several times is supported.  Patch by Pascal Chambon.
........
Lib/_pyio.py
Lib/test/test_io.py
Misc/NEWS
Modules/_io/bufferedio.c
Modules/_io/bytesio.c
Modules/_io/iobase.c
Modules/_io/textio.c