summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-10-17 20:03:48 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-10-17 20:03:48 (GMT)
commit7137803238ff54ae339e09ff676f6631000cfb28 (patch)
tree9d4bfbfc610e91318fbe109007f2c31b24f25948 /Misc
parentcea38084ebf10af90907396ce062674d0b933be1 (diff)
downloadcpython-7137803238ff54ae339e09ff676f6631000cfb28.zip
cpython-7137803238ff54ae339e09ff676f6631000cfb28.tar.gz
cpython-7137803238ff54ae339e09ff676f6631000cfb28.tar.bz2
Issue #19276: Fixed the wave module on 64-bit 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 6e4b7fb..8af9753 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -35,6 +35,8 @@ Core and Builtins
Library
-------
+- Issue #19276: Fixed the wave module on 64-bit big-endian platforms.
+
- Issue #18458: Prevent crashes with newer versions of libedit. Its readline
emulation has changed from 0-based indexing to 1-based like gnu readline.
Original patch by Ronald Oussoren.