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

georg.brandl python-checkins at python.org
Sat Jul 31 20:09:46 CEST 2010


Author: georg.brandl
Date: Sat Jul 31 20:09:46 2010
New Revision: 83351

Log:
Move news item to the correct position.

Modified:
   python/branches/py3k/Misc/NEWS

Modified: python/branches/py3k/Misc/NEWS
==============================================================================
--- python/branches/py3k/Misc/NEWS	(original)
+++ python/branches/py3k/Misc/NEWS	Sat Jul 31 20:09:46 2010
@@ -15,6 +15,8 @@
 Library
 -------
 
+- Add lfu_cache() and lru_cache() decorators to the functools module.
+
 
 What's New in Python 3.2 Alpha 1?
 =================================
@@ -516,8 +518,6 @@
 - Issue #4179: In pdb, allow "list ." as a command to return to the currently
   debugged line.
 
-- Add lfu_cache() and lru_cache() decorators to the functools module.
-
 - Issue #4108: In urllib.robotparser, if there are multiple 'User-agent: *'
   entries, consider the first one.
 


More information about the Python-checkins mailing list