summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2010-08-17 05:22:50 (GMT)
committerNick Coghlan <ncoghlan@gmail.com>2010-08-17 05:22:50 (GMT)
commit632a0c1476bce66a2226ce9b103d0ef96e739a2c (patch)
tree552c19ea5843b7c1b563e53000ac97fc61e8c428 /Misc
parentad1e0c5e5fdd98aa3645d02aa9ab5d367f79a1db (diff)
downloadcpython-632a0c1476bce66a2226ce9b103d0ef96e739a2c.zip
cpython-632a0c1476bce66a2226ce9b103d0ef96e739a2c.tar.gz
cpython-632a0c1476bce66a2226ce9b103d0ef96e739a2c.tar.bz2
Remove some lingering remnants of the short-lived functools.lfu_cache
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 53643de..e5bb8b8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -200,7 +200,7 @@ Library
- Issue #1286: Allow using fileinput.FileInput as a context manager.
-- Add lfu_cache() and lru_cache() decorators to the functools module.
+- Add lru_cache() decorator to the functools module.
Tools/Demos
-----------