diff options
author | Georg Brandl <georg@python.org> | 2010-10-23 17:31:52 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-10-23 17:31:52 (GMT) |
commit | 1e908af3354e20e18dfdcf30bc8aee6ab53ab1ee (patch) | |
tree | e8667db40effeb63db33a46b849aee2e4ac9e836 /Misc | |
parent | 1cae8b58eb5929b22a469e7ebb65382b808f7d04 (diff) | |
download | cpython-1e908af3354e20e18dfdcf30bc8aee6ab53ab1ee.zip cpython-1e908af3354e20e18dfdcf30bc8aee6ab53ab1ee.tar.gz cpython-1e908af3354e20e18dfdcf30bc8aee6ab53ab1ee.tar.bz2 |
#6518: enable context manager protocol for ossaudiodev types.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -126,6 +126,8 @@ Library Extensions ---------- +- Issue #6518: Support context manager protcol for ossaudiodev types. + - Issue #678250: Make mmap flush a noop on ACCESS_READ and ACCESS_COPY. - Issue #9054: Fix a crash occurring when using the pyexpat module |