diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-10-12 15:23:21 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-10-12 15:23:21 (GMT) |
commit | 4ae423ded4741b303b7006dcdcd360bec5549fff (patch) | |
tree | 8bdcca607395df8b0f6d61f6dd0469d70b98f053 /Misc | |
parent | 34808e2237a77d88c3f21444e57c3ae68f4d19ca (diff) | |
parent | 4b5325963bd249479cb6b1abe8ffaa75ac5bb80a (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |