summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2010-07-31 10:16:21 (GMT)
committerGeorg Brandl <georg@python.org>2010-07-31 10:16:21 (GMT)
commit014e0ca58efed657ae2b6bdd724e4721967d05ef (patch)
tree1078793b2f5cfbdf48f398bcfce6071c26878ecf /Misc
parent4821ef89d4ce166c735cad48a57c03eae01fa577 (diff)
downloadcpython-014e0ca58efed657ae2b6bdd724e4721967d05ef.zip
cpython-014e0ca58efed657ae2b6bdd724e4721967d05ef.tar.gz
cpython-014e0ca58efed657ae2b6bdd724e4721967d05ef.tar.bz2
Revert r83327. This will have to wait until after the alpha1 release.
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.