From: Andrew Kuchling Date: Tue, 14 Apr 2015 14:18:46 +0000 (-0400) Subject: Reword NEWS item a bit X-Git-Tag: v3.5.0a4~61^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b3c30d91143be72a05a02b9eb5f7b2e670450288;p=thirdparty%2FPython%2Fcpython.git Reword NEWS item a bit --- diff --git a/Misc/NEWS b/Misc/NEWS index f02ff7e08ab1..4949d664f524 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -35,8 +35,8 @@ Library a writable text file. - 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.request.ftpwrapper constructor now closes the socket if the FTP connection failed to fix a ResourceWarning.