commit | cd9fdfd652cdaca959b1c5d4cddf60d90a331b47 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Thu Oct 20 08:57:45 2011 -0700 |
committer | Raymond Hettinger <python@rcn.com> | Thu Oct 20 08:57:45 2011 -0700 |
tree | f714220e35080ef6ad49bc0a88999483fcb0e14a | |
parent | e3455c026afdf5d4448aefde44f7530ea456a9e0 [diff] [blame] |
Issue 13227: Option to make the lru_cache() type specific (suggested by Andrew Koenig).
diff --git a/Misc/NEWS b/Misc/NEWS index cd6747e..3fe419b 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -319,6 +319,9 @@ Library ------- +- Issue #13227: functools.lru_cache() now has a option to distinguish + calls with different argument types. + - Issue #6090: zipfile raises a ValueError when a document with a timestamp earlier than 1980 is provided. Patch contributed by Petri Lehtinen.