]> granicus.if.org Git - python/commit
Issue 13227: Option to make the lru_cache() type specific (suggested by Andrew Koenig).
authorRaymond Hettinger <python@rcn.com>
Thu, 20 Oct 2011 15:57:45 +0000 (08:57 -0700)
committerRaymond Hettinger <python@rcn.com>
Thu, 20 Oct 2011 15:57:45 +0000 (08:57 -0700)
commitcd9fdfd652cdaca959b1c5d4cddf60d90a331b47
treef714220e35080ef6ad49bc0a88999483fcb0e14a
parente3455c026afdf5d4448aefde44f7530ea456a9e0
Issue 13227: Option to make the lru_cache() type specific (suggested by Andrew Koenig).
Doc/library/functools.rst
Lib/functools.py
Lib/re.py
Lib/test/test_functools.py
Misc/NEWS