[Python-checkins] cpython (2.7): Reword NEWS item a bit

andrew.kuchling python-checkins at python.org
Tue Apr 14 16:19:07 CEST 2015


https://hg.python.org/cpython/rev/31c8b57f1197
changeset:   95636:31c8b57f1197
branch:      2.7
user:        Andrew Kuchling <amk at amk.ca>
date:        Tue Apr 14 10:18:46 2015 -0400
summary:
  Reword NEWS item a bit

files:
  Misc/NEWS |  4 ++--
  1 files changed, 2 insertions(+), 2 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -24,8 +24,8 @@
 - 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.

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list