[Python-checkins] cpython (3.4): Reword NEWS item a bit
andrew.kuchling
python-checkins at python.org
Tue Apr 14 16:25:30 CEST 2015
https://hg.python.org/cpython/rev/6cdfab400707
changeset: 95638:6cdfab400707
branch: 3.4
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
@@ -35,8 +35,8 @@
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.
--
Repository URL: https://hg.python.org/cpython
More information about the Python-checkins
mailing list