From ebb280cf90d17a97d3a0664204daf0c6123a21ac Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 31 Jul 2010 18:09:46 +0000 Subject: [PATCH] Move news item to the correct position. --- Misc/NEWS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Misc/NEWS b/Misc/NEWS index 0e8161e77d..2886e61b20 100644 --- 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. -- 2.40.0