diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2013-10-17 20:05:19 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2013-10-17 20:05:19 (GMT) |
commit | 5b37f97ea5ac9f6b33b0e0269c69539cbb478142 (patch) | |
tree | 7b27304688f3e4eb754666494b3e0e8ca48863ea /Misc | |
parent | 2bb0ac0acec4b081838a308070747fdadd2d7939 (diff) | |
parent | d3b750516f442911b8a35930b76a6953e4713556 (diff) | |
download | cpython-5b37f97ea5ac9f6b33b0e0269c69539cbb478142.zip cpython-5b37f97ea5ac9f6b33b0e0269c69539cbb478142.tar.gz cpython-5b37f97ea5ac9f6b33b0e0269c69539cbb478142.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
@@ -42,6 +42,8 @@ Core and Builtins Library ------- +- Issue #19276: Fixed the wave module on 64-bit big-endian platforms. + - Issue #19266: Rename the new-in-3.4 ``contextlib.ignore`` context manager to ``contextlib.suppress`` in order to be more consistent with existing descriptions of that operation elsewhere in the language and standard |