diff options
author | Andrew Kuchling <amk@amk.ca> | 2015-04-14 14:18:46 (GMT) |
---|---|---|
committer | Andrew Kuchling <amk@amk.ca> | 2015-04-14 14:18:46 (GMT) |
commit | b3c30d91143be72a05a02b9eb5f7b2e670450288 (patch) | |
tree | 29ebe87b2c4a6b3d254aced8d8d7bdc16eae73c5 | |
parent | 8b963c5853519533ef7188effcde9159c56780d1 (diff) | |
download | cpython-b3c30d91143be72a05a02b9eb5f7b2e670450288.zip cpython-b3c30d91143be72a05a02b9eb5f7b2e670450288.tar.gz cpython-b3c30d91143be72a05a02b9eb5f7b2e670450288.tar.bz2 |
Reword NEWS item a bit
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |