Add some NEWS for fixes already in 2.5c1
authorNeal Norwitz <nnorwitz@gmail.com>
Tue, 5 Sep 2006 04:43:56 +0000 (04:43 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Tue, 5 Sep 2006 04:43:56 +0000 (04:43 +0000)
Misc/NEWS

index 6bb2f97bea70db92b3b284a5ae93e2aee1395290..92c084b008c4144bf7ebf7a045d77473a5ca7610 100644 (file)
--- 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.