Commit e3723449 authored by Andrew Kuchling's avatar Andrew Kuchling

Reword NEWS item a bit

parent 31ec34ba
...@@ -35,8 +35,8 @@ Library ...@@ -35,8 +35,8 @@ Library
a writable text file. a writable text file.
- Issue #23865: close() methods in multiple modules now are idempotent and more - Issue #23865: close() methods in multiple modules now are idempotent and more
robust at shutdown. If needs to release multiple resources, they are released robust at shutdown. If they need to release multiple resources, all are
even if errors are occured. released even if errors occur.
- Issue #23881: urllib.request.ftpwrapper constructor now closes the socket if - Issue #23881: urllib.request.ftpwrapper constructor now closes the socket if
the FTP connection failed to fix a ResourceWarning. the FTP connection failed to fix a ResourceWarning.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment