diff options
author | Georg Brandl <georg@python.org> | 2010-07-31 18:09:23 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2010-07-31 18:09:23 (GMT) |
commit | 2e7346acc9773ff317e119902adf0bfa3e3f3f90 (patch) | |
tree | bc3e9956d46a7083294578f349aa557bfc6ab439 /Misc | |
parent | 4f2a0a8870bde7dc6f6069abb47e37a3fb71c540 (diff) | |
download | cpython-2e7346acc9773ff317e119902adf0bfa3e3f3f90.zip cpython-2e7346acc9773ff317e119902adf0bfa3e3f3f90.tar.gz cpython-2e7346acc9773ff317e119902adf0bfa3e3f3f90.tar.bz2 |
Re-commit r83327 now that the release is done.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -516,6 +516,8 @@ 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. |