[Python-checkins] r67685 - python/trunk/Misc/NEWS

jeffrey.yasskin python-checkins at python.org
Wed Dec 10 08:35:03 CET 2008


Author: jeffrey.yasskin
Date: Wed Dec 10 08:35:02 2008
New Revision: 67685

Log:
Update Misc/NEWS for r67666.


Modified:
   python/trunk/Misc/NEWS

Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Wed Dec 10 08:35:02 2008
@@ -12,6 +12,9 @@
 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


More information about the Python-checkins mailing list