summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2010-08-23 17:47:43 (GMT)
committerBenjamin Peterson <benjamin@python.org>2010-08-23 17:47:43 (GMT)
commit06b8b10090ccfb520d8dbe3b38a1b35b11ee4207 (patch)
tree6a48950952b3593b76ad11eefff63aea161998c5 /Misc
parent9c2930e4bedcbb09d8a0cd484dec72c6246f6735 (diff)
downloadcpython-06b8b10090ccfb520d8dbe3b38a1b35b11ee4207.zip
cpython-06b8b10090ccfb520d8dbe3b38a1b35b11ee4207.tar.gz
cpython-06b8b10090ccfb520d8dbe3b38a1b35b11ee4207.tar.bz2
news note for last change
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
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.