news note for last change

This commit is contained in:
Benjamin Peterson 2010-08-23 17:47:43 +00:00
parent 9c2930e4be
commit 06b8b10090
1 changed files with 2 additions and 0 deletions

View File

@ -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.