From: Neal Norwitz Date: Tue, 5 Sep 2006 04:43:56 +0000 (+0000) Subject: Add some NEWS for fixes already in 2.5c1 X-Git-Tag: v2.5c2~30 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=24b6f208aeb92e7e38e837f4aa26765bade028e1;p=thirdparty%2FPython%2Fcpython.git Add some NEWS for fixes already in 2.5c1 --- diff --git a/Misc/NEWS b/Misc/NEWS index 6bb2f97bea70..92c084b008c4 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -96,6 +96,10 @@ What's New in Python 2.5 release candidate 1? Core and builtins ----------------- +- Fix infinite recursion when subclassing long and overriding __hash__. + +- Fix concatenation (+=) of long strings. + - Unicode objects will no longer raise an exception when being compared equal or unequal to a string and a UnicodeDecodeError exception occurs, e.g. as result of a decoding failure.