diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-10-17 20:03:48 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-10-17 20:03:48 (GMT) |
commit | 7137803238ff54ae339e09ff676f6631000cfb28 (patch) | |
tree | 9d4bfbfc610e91318fbe109007f2c31b24f25948 /Misc | |
parent | cea38084ebf10af90907396ce062674d0b933be1 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |