Add some NEWS for fixes already in 2.5c1

This commit is contained in:
Neal Norwitz 2006-09-05 04:43:56 +00:00
parent fe50f8e961
commit 24b6f208ae
1 changed files with 4 additions and 0 deletions

View File

@ -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.