summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2013-10-17 20:04:04 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2013-10-17 20:04:04 (GMT)
commitd3b750516f442911b8a35930b76a6953e4713556 (patch)
tree01cb37a57c7ee5e54ae23f2ad8ce90f10f8d64bc /Misc
parent9ff06dcfad8d089251d5207cb1ce3ffb01885601 (diff)
downloadcpython-d3b750516f442911b8a35930b76a6953e4713556.zip
cpython-d3b750516f442911b8a35930b76a6953e4713556.tar.gz
cpython-d3b750516f442911b8a35930b76a6953e4713556.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 7744958..ebc7d4c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -76,6 +76,8 @@ Core and Builtins
Library
-------
+- Issue #19276: Fixed the wave module on 64-bit big-endian platforms.
+
- Issue #18776: atexit callbacks now display their full traceback when they
raise an exception.