[Python-checkins] r51735 - python/branches/release25-maint/Misc/NEWS
neal.norwitz
python-checkins at python.org
Tue Sep 5 06:43:57 CEST 2006
Author: neal.norwitz
Date: Tue Sep 5 06:43:56 2006
New Revision: 51735
Modified:
python/branches/release25-maint/Misc/NEWS
Log:
Add some NEWS for fixes already in 2.5c1
Modified: python/branches/release25-maint/Misc/NEWS
==============================================================================
--- python/branches/release25-maint/Misc/NEWS (original)
+++ python/branches/release25-maint/Misc/NEWS Tue Sep 5 06:43:56 2006
@@ -96,6 +96,10 @@
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.
More information about the Python-checkins
mailing list