summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-11-21 09:02:30 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-11-21 09:02:30 (GMT)
commitd9a018222f4a885ca3eeee41a77103f5462e3813 (patch)
treed047cf723dff1351247f5138dceb549733fa8fa4 /Misc
parent8db1823cf7963f5a8557eb840a20248bd18f658a (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 28d80c2..12f3b52 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.