summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-07-31 18:09:23 (GMT)
committerGeorg Brandl <georg@python.org>2010-07-31 18:09:23 (GMT)
commit2e7346acc9773ff317e119902adf0bfa3e3f3f90 (patch)
treebc3e9956d46a7083294578f349aa557bfc6ab439 /Misc
parent4f2a0a8870bde7dc6f6069abb47e37a3fb71c540 (diff)
downloadcpython-2e7346acc9773ff317e119902adf0bfa3e3f3f90.zip
cpython-2e7346acc9773ff317e119902adf0bfa3e3f3f90.tar.gz
cpython-2e7346acc9773ff317e119902adf0bfa3e3f3f90.tar.bz2
Re-commit r83327 now that the release is done.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d7390a88..0e8161e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -516,6 +516,8 @@ 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.