]> granicus.if.org Git - python/commitdiff
news note for last change
authorBenjamin Peterson <benjamin@python.org>
Mon, 23 Aug 2010 17:47:43 +0000 (17:47 +0000)
committerBenjamin Peterson <benjamin@python.org>
Mon, 23 Aug 2010 17:47:43 +0000 (17:47 +0000)
Misc/NEWS

index f05f9ba0e0cddfadd8f1cf8eef7c2d39e003d7a6..6e49fac5b0a991c0e181e46e6ccb6e599910d319 100644 (file)
--- 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.