]> granicus.if.org Git - python/commit
Merged revisions 86981,86984 via svnmerge from
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 3 Dec 2010 19:31:52 +0000 (19:31 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 3 Dec 2010 19:31:52 +0000 (19:31 +0000)
commit4cb64ad8bbeb3c4015d3ed1b55431dc3432f4f18
treef80d3412f288c28a50b7d64f7c745c5683b883c7
parentfb3de6b437ba92701e162eb830bbc775cda135b5
Merged revisions 86981,86984 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r86981 | antoine.pitrou | 2010-12-03 19:41:39 +0100 (ven., 03 déc. 2010) | 5 lines

  Issue #10478: Reentrant calls inside buffered IO objects (for example by
  way of a signal handler) now raise a RuntimeError instead of freezing the
  current process.
........
  r86984 | antoine.pitrou | 2010-12-03 20:14:17 +0100 (ven., 03 déc. 2010) | 3 lines

  Add an "advanced topics" section to the io doc.
........
Doc/library/io.rst
Lib/test/test_io.py
Misc/NEWS
Modules/_io/bufferedio.c