[Python-checkins] r65809 - python/trunk/Misc/NEWS
nick.coghlan
python-checkins at python.org
Mon Aug 18 14:42:46 CEST 2008
Author: nick.coghlan
Date: Mon Aug 18 14:42:46 2008
New Revision: 65809
Log:
Belated NEWS entry for r65642
Modified:
python/trunk/Misc/NEWS
Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS (original)
+++ python/trunk/Misc/NEWS Mon Aug 18 14:42:46 2008
@@ -48,6 +48,13 @@
Library
-------
+- Issue #2235: Added Py3k warnings for types which will become unhashable
+ under the stricter __hash__ inheritance rules in 3.0. Several types
+ which did not meet the rules for hash invariants and were already
+ unhashable in 3.0 have now been explicitly flagged as unhashable in
+ 2.6 as well (collections.Mapping, collections.Set, unittest.TestSuite,
+ xml.dom.minidom.NamedNodeMap, numbers.Number, UserList.UserList)
+
- Update __all__ for cookielib, csv, os, urllib2, and weakref to include things
imported into the module but exposed as part of the module's API.
More information about the Python-checkins
mailing list