summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMark Dickinson <dickinsm@gmail.com>2010-06-05 11:59:41 (GMT)
committerMark Dickinson <dickinsm@gmail.com>2010-06-05 11:59:41 (GMT)
commit80068da395457a496af5db713c586a09f75836f9 (patch)
tree473c9ede8234ea7436d8d61a6465bd65eadb7737 /Misc
parentc5010e0669cc54278b1887625574eb89cf7f8672 (diff)
downloadcpython-80068da395457a496af5db713c586a09f75836f9.zip
cpython-80068da395457a496af5db713c586a09f75836f9.tar.gz
cpython-80068da395457a496af5db713c586a09f75836f9.tar.bz2
Merged revisions 81736 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r81736 | mark.dickinson | 2010-06-05 12:52:24 +0100 (Sat, 05 Jun 2010) | 1 line Issue #8627: remove out-of-date warning about overriding __cmp__ ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2480c8a..cb457b2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@ What's New in Python 2.6.6 alpha 1?
Core and Builtins
-----------------
+- Issue #8627: Remove bogus "Overriding __cmp__ blocks inheritance of
+ __hash__ in 3.x" warning.
+
- Issue #3798: Write sys.exit() message to sys.stderr to use stderr encoding
and error handler, instead of writing to the C stderr file in utf-8