]> granicus.if.org Git - python/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 f02ff7e08ab120995f470758917eb94108e2cb71..4949d664f524cd587ad2eda15ea58da3175c006a 100644 (file)
--- 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.