]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Update Misc/NEWS for r67666.
authorJeffrey Yasskin <jyasskin@gmail.com>
Wed, 10 Dec 2008 07:35:02 +0000 (07:35 +0000)
committerJeffrey Yasskin <jyasskin@gmail.com>
Wed, 10 Dec 2008 07:35:02 +0000 (07:35 +0000)
Misc/NEWS

index d9875f75bf66a6645540b0d0cd8199b1c19e5536..8a86d7c72e9b9d7859240d1ef32744af8ebf987b 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@ What's New in Python 2.7 alpha 1
 Core and Builtins
 -----------------
 
+- Issue #4597: Fixed several opcodes that weren't always propagating
+  exceptions.
+
 - Issue #4445: Replace "sizeof(PyStringObject)" with
   "offsetof(PyStringObject, ob_sval) + 1" when allocating memory for
   str instances.  On a typical machine this saves 3 bytes of memory