summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 0 insertions, 2 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index d8f64a4..d04beaa 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -504,8 +504,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.