]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #23865: close() methods in multiple modules now are idempotent and more
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 10 Apr 2015 10:24:10 +0000 (13:24 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 10 Apr 2015 10:24:10 +0000 (13:24 +0300)
commit1aa2c0f073bdbed4fa824591d53e20bbf3d01add
tree30091bc4164edcf2d192126e5db59392a3078793
parentc26afcc8fce54b8c920c21e2faf1259a92f4aa1f
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.
24 files changed:
Lib/aifc.py
Lib/binhex.py
Lib/chunk.py
Lib/distutils/text_file.py
Lib/dumbdbm.py
Lib/fileinput.py
Lib/ftplib.py
Lib/gzip.py
Lib/httplib.py
Lib/logging/__init__.py
Lib/logging/handlers.py
Lib/mailbox.py
Lib/multiprocessing/connection.py
Lib/multiprocessing/queues.py
Lib/shelve.py
Lib/smtplib.py
Lib/tarfile.py
Lib/telnetlib.py
Lib/tempfile.py
Lib/urllib.py
Lib/wave.py
Lib/xml/sax/expatreader.py
Lib/xmlrpclib.py
Misc/NEWS