]> granicus.if.org Git - python/commit
Additional fix for Issue #12268: The io module file object writelines() methods no...
authorGregory P. Smith <greg@krypto.org>
Fri, 1 Feb 2013 21:03:39 +0000 (13:03 -0800)
committerGregory P. Smith <greg@krypto.org>
Fri, 1 Feb 2013 21:03:39 +0000 (13:03 -0800)
commitb9817b01edfe6fa369c4c291a5de00732b8abc7c
tree6c6c6482442bfc0718bba8deb8c5e08f5d7034e9
parentb47acbf46abd425f69dcc03e9b4f0c7f7c321ac2
Additional fix for Issue #12268: The io module file object writelines() methods no longer abort early when one of its write system calls is interrupted (EINTR).
Misc/NEWS
Modules/_io/iobase.c
Modules/_io/textio.c