diff options
author | Benjamin Peterson <benjamin@python.org> | 2010-08-23 17:47:43 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2010-08-23 17:47:43 (GMT) |
commit | 06b8b10090ccfb520d8dbe3b38a1b35b11ee4207 (patch) | |
tree | 6a48950952b3593b76ad11eefff63aea161998c5 /Misc | |
parent | 9c2930e4bedcbb09d8a0cd484dec72c6246f6735 (diff) | |
download | cpython-06b8b10090ccfb520d8dbe3b38a1b35b11ee4207.zip cpython-06b8b10090ccfb520d8dbe3b38a1b35b11ee4207.tar.gz cpython-06b8b10090ccfb520d8dbe3b38a1b35b11ee4207.tar.bz2 |
news note for last change
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |