From: Gregory P. Smith Date: Fri, 1 Feb 2013 21:06:44 +0000 (-0800) Subject: better corrected news entry X-Git-Tag: v3.2.4rc1~165 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9b57cf581090527a1571bfb42d24b6f26e44774f;p=thirdparty%2FPython%2Fcpython.git better corrected news entry --- diff --git a/Misc/NEWS b/Misc/NEWS index 4431f1878cd9..6978201e9cc3 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -817,8 +817,8 @@ Library Extension Modules ----------------- -- Issue #12268: The io module file object writelines() methods no longer - abort early when one of its write system calls is interrupted (EINTR). +- Issue #12268: The io module file object write methods no longer abort early + when one of its write system calls is interrupted (EINTR). - Fix the leak of a dict in the time module when used in an embedded interpreter that is repeatedly initialized and shutdown and reinitialized.