summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-11-09 21:12:06 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-11-09 21:12:06 (GMT)
commita44372fd0b143947b86926d9377f2b4c3a585dca (patch)
tree16cbd5be020a0c3b243a5611fc42f5fa14b35323 /Misc
parentaffb9b255bffd032e90dc9e3a73f5053cdd0cd61 (diff)
downloadcpython-a44372fd0b143947b86926d9377f2b4c3a585dca.zip
cpython-a44372fd0b143947b86926d9377f2b4c3a585dca.tar.gz
cpython-a44372fd0b143947b86926d9377f2b4c3a585dca.tar.bz2
Issue #1575020: Fixed support of 24-bit wave files on big-endian platforms.
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 e4e2e14..e96504e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -13,6 +13,8 @@ Core and Builtins
Library
-------
+- Issue #1575020: Fixed support of 24-bit wave files on big-endian platforms.
+
- Issue #19480: HTMLParser now accepts all valid start-tag names as defined
by the HTML5 standard.