summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-11-10 19:02:53 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-11-10 19:02:53 (GMT)
commit81895f8ee327474b5a07a12e957b786510227b29 (patch)
tree7b2e5049c97e2f9f2521fce809b071f0a7980bc8 /Misc
parenta49ccb205fa2f25bf3d09d8f99476942ec3d66fd (diff)
downloadcpython-81895f8ee327474b5a07a12e957b786510227b29.zip
cpython-81895f8ee327474b5a07a12e957b786510227b29.tar.gz
cpython-81895f8ee327474b5a07a12e957b786510227b29.tar.bz2
Issue #19261: Added support for writing 24-bit samples in the sunau module.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index b4cb1e0..421e097 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -34,6 +34,8 @@ Core and Builtins
Library
-------
+- Issue #19261: Added support for writing 24-bit samples in the sunau module.
+
- Issue #1097797: Added CP273 encoding, used on IBM mainframes in
Germany and Austria. Mapping provided by Michael Bierenfeld.