summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2012-12-29 20:54:49 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2012-12-29 20:54:49 (GMT)
commit44c66c72c9045a7824d07175cfc07845e4d7d28a (patch)
treea88a17bd7c1a4fb9542d5d9a4f7d91c80eb303e4 /Misc
parentff2840a76f04c8846e8ad5b7e8379998ab3e87a6 (diff)
downloadcpython-44c66c72c9045a7824d07175cfc07845e4d7d28a.zip
cpython-44c66c72c9045a7824d07175cfc07845e4d7d28a.tar.gz
cpython-44c66c72c9045a7824d07175cfc07845e4d7d28a.tar.bz2
Issue #16486: Make aifc files work with 'with' as context managers.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 4f7f856..d4aa0dd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -200,6 +200,8 @@ Core and Builtins
Library
-------
+- Issue #16486: Make aifc files work with 'with' as context managers.
+
- Issue #16485: Fix file descriptor not being closed if file header patching
fails on closing of aifc file.