diff options
author | Neal Norwitz <nnorwitz@gmail.com> | 2006-09-05 04:43:56 +0000 |
---|---|---|
committer | Neal Norwitz <nnorwitz@gmail.com> | 2006-09-05 04:43:56 +0000 |
commit | 24b6f208aeb92e7e38e837f4aa26765bade028e1 (patch) | |
tree | 076b32891f6480c6d101e6fa15e38f8ac7101392 | |
parent | fe50f8e9618746fdd7635567d60e6f48e1744dba (diff) | |
download | cpython-git-24b6f208aeb92e7e38e837f4aa26765bade028e1.tar.gz |
Add some NEWS for fixes already in 2.5c1
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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. |