diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-09-05 14:01:53 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-09-05 14:01:53 (GMT) |
commit | 34d201374ce4bb2c693565ba5fa0c3aa94b490ad (patch) | |
tree | ead32b1fe07c35390ce7d14e455a02a2d4298e14 /Misc | |
parent | 555e57de1951aa74e94fcc07778b87fff9b61843 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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). |