summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2008-07-15 15:40:22 (GMT)
committerNick Coghlan <ncoghlan@gmail.com>2008-07-15 15:40:22 (GMT)
commit6d6bd4436a08e557cc7cb52d6ae26f8662063f50 (patch)
tree2bff3266b729ad580a9301244a85667e36e4c2df /Misc/NEWS
parent53663a695ef2bb96ac0252cd4cc4aa40d4f953be (diff)
downloadcpython-6d6bd4436a08e557cc7cb52d6ae26f8662063f50.zip
cpython-6d6bd4436a08e557cc7cb52d6ae26f8662063f50.tar.gz
cpython-6d6bd4436a08e557cc7cb52d6ae26f8662063f50.tar.bz2
Add missing NEWS entry for r64962
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e29a9b0..24f337e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -10,6 +10,13 @@ What's New in Python 2.6 beta 2?
Core and Builtins
-----------------
+- Issue #2235: __hash__ is once again inherited by default. To allow
+ collections.Hashable to remain meaningful in the presence of the
+ default hash implementation (object.__hash__), it is now possible
+ to explicit block inheritance of hash by setting __hash__=None at
+ the Python level, or tp_hash=PyObject_HashNotImplemented at the C
+ level.
+
- Issue #3221: Issue a RuntimeWarning instead of raising SystemError if
the parent module cannot be found while performing an absolute import.
This means that an incorrectly defined __package__ attribute will