commit | 7137803238ff54ae339e09ff676f6631000cfb28 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Thu Oct 17 23:03:48 2013 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Thu Oct 17 23:03:48 2013 +0300 |
tree | 9d4bfbfc610e91318fbe109007f2c31b24f25948 | |
parent | cea38084ebf10af90907396ce062674d0b933be1 [diff] [blame] |
Issue #19276: Fixed the wave module on 64-bit big-endian platforms.
diff --git a/Misc/NEWS b/Misc/NEWS index 6e4b7fb..8af9753 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -35,6 +35,8 @@ 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.