diff --git a/Misc/NEWS b/Misc/NEWS index f05f9ba0e0c..6e49fac5b0a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -123,6 +123,8 @@ Extensions Library ------- +- Fix functools.total_ordering() to actually work. + - Issue #9572: Importlib should not raise an exception if a directory it thought it needed to create was done concurrently by another process.