From 06b8b10090ccfb520d8dbe3b38a1b35b11ee4207 Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Mon, 23 Aug 2010 17:47:43 +0000 Subject: news note for last change --- Misc/NEWS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Misc/NEWS b/Misc/NEWS index f05f9ba..6e49fac 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. -- cgit v0.12