summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorRaymond Hettinger <python@rcn.com>2010-09-05 05:57:35 (GMT)
committerRaymond Hettinger <python@rcn.com>2010-09-05 05:57:35 (GMT)
commit4c7c9af542d1dd8b3cb7f6ab58a5a2bda5e13900 (patch)
tree579b2e8e0b8f59bfb09f79f19fe06161777fa57d /Misc
parentbb734c6707f531e0eddd0f48aba822e092c6190d (diff)
downloadcpython-4c7c9af542d1dd8b3cb7f6ab58a5a2bda5e13900.zip
cpython-4c7c9af542d1dd8b3cb7f6ab58a5a2bda5e13900.tar.gz
cpython-4c7c9af542d1dd8b3cb7f6ab58a5a2bda5e13900.tar.bz2
Clean-up functools.total_ordering().
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 8cc30a0..82ae15e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -222,7 +222,7 @@ Library
- Issue #9501: Fixed logging regressions in cleanup code.
-- Fix functools.total_ordering() to actually work.
+- Fix functools.total_ordering() to skip methods inherited from object().
- Issue #9572: Importlib should not raise an exception if a directory it
thought it needed to create was done concurrently by another process.