diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-11-21 09:02:30 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-11-21 09:02:30 (GMT) |
commit | d9a018222f4a885ca3eeee41a77103f5462e3813 (patch) | |
tree | d047cf723dff1351247f5138dceb549733fa8fa4 /Misc | |
parent | 8db1823cf7963f5a8557eb840a20248bd18f658a (diff) | |
download | cpython-d9a018222f4a885ca3eeee41a77103f5462e3813.zip cpython-d9a018222f4a885ca3eeee41a77103f5462e3813.tar.gz cpython-d9a018222f4a885ca3eeee41a77103f5462e3813.tar.bz2 |
Issue #19633: Fixed writing not compressed 16- and 32-bit wave files on
big-endian platforms.
Temporary forbidden test_unseekable_incompleted_write fornot compressed 16-
and 32-bit wave file on big-endian platforms.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -13,6 +13,9 @@ Core and Builtins Library ------- +- Issue #19633: Fixed writing not compressed 16- and 32-bit wave files on + big-endian platforms. + - Issue #19449: in csv's writerow, handle non-string keys when generating the error message that certain keys are not in the 'fieldnames' list. |