]> granicus.if.org Git - python/commitdiff
Move news item to the correct position.
authorGeorg Brandl <georg@python.org>
Sat, 31 Jul 2010 18:09:46 +0000 (18:09 +0000)
committerGeorg Brandl <georg@python.org>
Sat, 31 Jul 2010 18:09:46 +0000 (18:09 +0000)
Misc/NEWS

index 0e8161e77d77b2ac5e83d7f4ce5536d6f1bdab71..2886e61b20d984feb2139b60e271adf379f6e1fb 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -15,6 +15,8 @@ Core and Builtins
 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 @@ Library
 - 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.