summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-07-31 18:09:46 (GMT)
committerGeorg Brandl <georg@python.org>2010-07-31 18:09:46 (GMT)
commitebb280cf90d17a97d3a0664204daf0c6123a21ac (patch)
tree5dda40ca7493442694a590f12332abd936784ca3
parent2e7346acc9773ff317e119902adf0bfa3e3f3f90 (diff)
downloadcpython-ebb280cf90d17a97d3a0664204daf0c6123a21ac.zip
cpython-ebb280cf90d17a97d3a0664204daf0c6123a21ac.tar.gz
cpython-ebb280cf90d17a97d3a0664204daf0c6123a21ac.tar.bz2
Move news item to the correct position.
-rw-r--r--Misc/NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0e8161e..2886e61 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.