Commit bc60fcac authored by Neal Norwitz's avatar Neal Norwitz

Add some NEWS for fixes already in 2.5c1

parent 9bb7bf5b
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment