]> granicus.if.org Git - python/commit
Issue #23865: close() methods in multiple modules now are idempotent and more
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 10 Apr 2015 10:29:28 +0000 (13:29 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 10 Apr 2015 10:29:28 +0000 (13:29 +0300)
commit2116b12da59f77358cc539b90f58a3cdea43c2fd
tree693d26652b1dbf8b2ac058c5725f9726c3d14a0b
parentfcbf8f3e3d46eb023dd9a3954c6f9ed9a533d427
parent7e7a3dba5fd4262269f713dfe21ba7e4746fc2dd
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.
19 files changed:
Lib/binhex.py
Lib/dbm/dumb.py
Lib/fileinput.py
Lib/ftplib.py
Lib/gzip.py
Lib/http/client.py
Lib/logging/__init__.py
Lib/logging/handlers.py
Lib/mailbox.py
Lib/multiprocessing/connection.py
Lib/multiprocessing/queues.py
Lib/selectors.py
Lib/smtplib.py
Lib/tarfile.py
Lib/telnetlib.py
Lib/tempfile.py
Lib/xml/sax/expatreader.py
Lib/xmlrpc/client.py
Misc/NEWS