summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2008-08-23 20:19:17 (GMT)
committerBenjamin Peterson <benjamin@python.org>2008-08-23 20:19:17 (GMT)
commitbc74e5be1a7c1647e87218c8548fa50163cbf781 (patch)
tree28dd92668bae5b9ef7425377061b1c47ac676927 /Misc
parent2658260f3b4984b03e60cc5856e1203e0cd1f807 (diff)
downloadcpython-bc74e5be1a7c1647e87218c8548fa50163cbf781.zip
cpython-bc74e5be1a7c1647e87218c8548fa50163cbf781.tar.gz
cpython-bc74e5be1a7c1647e87218c8548fa50163cbf781.tar.bz2
add NEWS note and test for last commit
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index dd91623..83f1c96 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -26,6 +26,9 @@ What's new in Python 3.0b3?
Core and Builtins
-----------------
+- Issue #3653: Fix a segfault when sys.excepthook was called with invalid
+ arguments.
+
- Issue #2394: implement more of the memoryview API, with the caveat that
only one-dimensional contiguous buffers are supported and exercised right
now. Slicing, slice assignment and comparison (equality and inequality)