From: Jeffrey Yasskin Date: Wed, 10 Dec 2008 07:35:02 +0000 (+0000) Subject: Update Misc/NEWS for r67666. X-Git-Tag: v2.7a1~2555 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffd42cf4442418ad8f22080377717d9d2b27f695;p=thirdparty%2FPython%2Fcpython.git Update Misc/NEWS for r67666. --- diff --git a/Misc/NEWS b/Misc/NEWS index d9875f75bf66..8a86d7c72e9b 100644 --- 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