]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Reword NEWS item a bit
authorAndrew Kuchling <amk@amk.ca>
Tue, 14 Apr 2015 14:18:46 +0000 (10:18 -0400)
committerAndrew Kuchling <amk@amk.ca>
Tue, 14 Apr 2015 14:18:46 +0000 (10:18 -0400)
Misc/NEWS

index d39d5455447378d2b53760f198295ffc55cc7d36..0736f2e555ab03d3c0c7c865e544bb1397e10fb2 100644 (file)
--- 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.