From: Andrew Kuchling Date: Tue, 14 Apr 2015 14:18:46 +0000 (-0400) Subject: Reword NEWS item a bit X-Git-Tag: v2.7.10rc1~38 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a5e27c6101cc23022a16e500e0e6be6cbf72848b;p=thirdparty%2FPython%2Fcpython.git Reword NEWS item a bit --- diff --git a/Misc/NEWS b/Misc/NEWS index d39d54554473..0736f2e555ab 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -24,8 +24,8 @@ Library - Issue #17898: Fix exception in gettext.py when parsing certain plural forms. - Issue #23865: close() methods in multiple modules now are idempotent and more - robust at shutdown. If needs to release multiple resources, they are released - even if errors are occured. + robust at shutdown. If they need to release multiple resources, all are + released even if errors occur. - Issue #23881: urllib.ftpwrapper constructor now closes the socket if the FTP connection failed.