diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-11-10 19:02:53 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-11-10 19:02:53 (GMT) |
commit | 81895f8ee327474b5a07a12e957b786510227b29 (patch) | |
tree | 7b2e5049c97e2f9f2521fce809b071f0a7980bc8 /Misc | |
parent | a49ccb205fa2f25bf3d09d8f99476942ec3d66fd (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |