[Python-checkins] r84281 - python/branches/py3k/Misc/NEWS

benjamin.peterson python-checkins at python.org
Mon Aug 23 19:47:43 CEST 2010


Author: benjamin.peterson
Date: Mon Aug 23 19:47:43 2010
New Revision: 84281

Log:
news note for last change

Modified:
   python/branches/py3k/Misc/NEWS

Modified: python/branches/py3k/Misc/NEWS
==============================================================================
--- python/branches/py3k/Misc/NEWS	(original)
+++ python/branches/py3k/Misc/NEWS	Mon Aug 23 19:47:43 2010
@@ -123,6 +123,8 @@
 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.
 


More information about the Python-checkins mailing list