diff options
author | Georg Brandl <georg@python.org> | 2010-07-31 10:16:21 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-07-31 10:16:21 (GMT) |
commit | 014e0ca58efed657ae2b6bdd724e4721967d05ef (patch) | |
tree | 1078793b2f5cfbdf48f398bcfce6071c26878ecf /Misc | |
parent | 4821ef89d4ce166c735cad48a57c03eae01fa577 (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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. |