summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-10-12 15:23:21 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-10-12 15:23:21 (GMT)
commit4ae423ded4741b303b7006dcdcd360bec5549fff (patch)
tree8bdcca607395df8b0f6d61f6dd0469d70b98f053 /Misc
parent34808e2237a77d88c3f21444e57c3ae68f4d19ca (diff)
parent4b5325963bd249479cb6b1abe8ffaa75ac5bb80a (diff)
downloadcpython-4ae423ded4741b303b7006dcdcd360bec5549fff.zip
cpython-4ae423ded4741b303b7006dcdcd360bec5549fff.tar.gz
cpython-4ae423ded4741b303b7006dcdcd360bec5549fff.tar.bz2
Issue #19131: The aifc module now correctly reads and writes sampwidth of
compressed streams.
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 921508a..cef326d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -36,6 +36,9 @@ Core and Builtins
Library
-------
+- Issue #19131: The aifc module now correctly reads and writes sampwidth of
+ compressed streams.
+
- Issue #19209: Remove import of copyreg from the os module to speed up
interpreter startup. stat_result and statvfs_result are now hard-coded to
reside in the os module.