diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2010-08-17 05:22:50 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2010-08-17 05:22:50 (GMT) |
commit | 632a0c1476bce66a2226ce9b103d0ef96e739a2c (patch) | |
tree | 552c19ea5843b7c1b563e53000ac97fc61e8c428 /Misc | |
parent | ad1e0c5e5fdd98aa3645d02aa9ab5d367f79a1db (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 ----------- |