summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-09-05 14:01:53 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-09-05 14:01:53 (GMT)
commit34d201374ce4bb2c693565ba5fa0c3aa94b490ad (patch)
treeead32b1fe07c35390ce7d14e455a02a2d4298e14 /Misc
parent555e57de1951aa74e94fcc07778b87fff9b61843 (diff)
downloadcpython-34d201374ce4bb2c693565ba5fa0c3aa94b490ad.zip
cpython-34d201374ce4bb2c693565ba5fa0c3aa94b490ad.tar.gz
cpython-34d201374ce4bb2c693565ba5fa0c3aa94b490ad.tar.bz2
Issue #18878: sunau.open now supports the context manager protocol. Based on
patches by Claudiu Popa and R. David Murray.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d421cbd..5d6489f 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -54,6 +54,9 @@ Core and Builtins
Library
-------
+- Issue #18878: sunau.open now supports the context manager protocol. Based on
+ patches by Claudiu Popa and R. David Murray.
+
- Issue #18909: Fix _tkinter.tkapp.interpaddr() on Windows 64-bit, don't cast
64-bit pointer to long (32 bits).