summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-10-12 15:21:33 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-10-12 15:21:33 (GMT)
commit4b5325963bd249479cb6b1abe8ffaa75ac5bb80a (patch)
tree4081d15191b58831bc1f568b9e422bade235673f /Misc/NEWS
parent8aa7b89983ba0e3092a151fd5abbfd301937d07a (diff)
downloadcpython-4b5325963bd249479cb6b1abe8ffaa75ac5bb80a.zip
cpython-4b5325963bd249479cb6b1abe8ffaa75ac5bb80a.tar.gz
cpython-4b5325963bd249479cb6b1abe8ffaa75ac5bb80a.tar.bz2
Issue #19131: The aifc module now correctly reads and writes sampwidth of
compressed streams.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 56fd0a5..08ebbbd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -76,6 +76,9 @@ Core and Builtins
Library
-------
+- Issue #19131: The aifc module now correctly reads and writes sampwidth of
+ compressed streams.
+
- Issue #19158: a rare race in BoundedSemaphore could allow .release() too
often.