summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2014-06-27 21:57:19 (GMT)
committerVictor Stinner <victor.stinner@gmail.com>2014-06-27 21:57:19 (GMT)
commita81088ae129f251ad4d1c2cb208ffd2e8d52ea4a (patch)
tree15831806e742293faad56b1b3c880d1293cf2a4c /Misc/NEWS
parentc3bc856f426d8c182b4ecbdf584717e27389c505 (diff)
parent4d4c69dc35154a9c21fed1b6b4088e741fbc6ae6 (diff)
downloadcpython-a81088ae129f251ad4d1c2cb208ffd2e8d52ea4a.zip
cpython-a81088ae129f251ad4d1c2cb208ffd2e8d52ea4a.tar.gz
cpython-a81088ae129f251ad4d1c2cb208ffd2e8d52ea4a.tar.bz2
(Merge 3.4) Issue #11453: asyncore: emit a ResourceWarning when an unclosed
file_wrapper object is destroyed. The destructor now closes the file if needed. The close() method can now be called twice: the second call does nothing.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ae99bec..f41ac62 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -103,6 +103,10 @@ Core and Builtins
Library
-------
+- Issue #11453: asyncore: emit a ResourceWarning when an unclosed file_wrapper
+ object is destroyed. The destructor now closes the file if needed. The
+ close() method can now be called twice: the second call does nothing.
+
- Issue #21858: Better handling of Python exceptions in the sqlite3 module.
- Issue #21476: Make sure the email.parser.BytesParser TextIOWrapper is