diff options
author | Raymond Hettinger <python@rcn.com> | 2010-09-05 05:57:35 (GMT) |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2010-09-05 05:57:35 (GMT) |
commit | 4c7c9af542d1dd8b3cb7f6ab58a5a2bda5e13900 (patch) | |
tree | 579b2e8e0b8f59bfb09f79f19fe06161777fa57d /Misc | |
parent | bb734c6707f531e0eddd0f48aba822e092c6190d (diff) | |
download | cpython-4c7c9af542d1dd8b3cb7f6ab58a5a2bda5e13900.zip cpython-4c7c9af542d1dd8b3cb7f6ab58a5a2bda5e13900.tar.gz cpython-4c7c9af542d1dd8b3cb7f6ab58a5a2bda5e13900.tar.bz2 |
Clean-up functools.total_ordering().
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |