| commit | 4c7c9af542d1dd8b3cb7f6ab58a5a2bda5e13900 | [log] [tgz] |
|---|---|---|
| author | Raymond Hettinger <python@rcn.com> | Sun Sep 05 05:57:35 2010 +0000 |
| committer | Raymond Hettinger <python@rcn.com> | Sun Sep 05 05:57:35 2010 +0000 |
| tree | 579b2e8e0b8f59bfb09f79f19fe06161777fa57d | |
| parent | bb734c6707f531e0eddd0f48aba822e092c6190d [diff] [blame] |
Clean-up functools.total_ordering().
diff --git a/Misc/NEWS b/Misc/NEWS index 8cc30a0..82ae15e 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -222,7 +222,7 @@ - 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.