]> granicus.if.org Git - python/commit
Additional fix for issue #12268: The io module file object write methods no
authorGregory P. Smith <greg@krypto.org>
Fri, 1 Feb 2013 21:10:33 +0000 (13:10 -0800)
committerGregory P. Smith <greg@krypto.org>
Fri, 1 Feb 2013 21:10:33 +0000 (13:10 -0800)
commit84d0bf94b036c5eb62b1fe31d33133a5ee05516d
treeee6c40925199eccfdb51040bc4c1c98002703010
parentae42ec80046df47f0fee007b921acb86aff83a59
parentee9b1722550a59dba3c36075e1d6d72f623e5cd7
Additional fix for issue #12268: The io module file object write methods no
longer abort early when a write system call is interrupted (EINTR).
Misc/NEWS
Modules/_io/textio.c