]> granicus.if.org Git - python/commit
Issue 10586: change the new functools.lru_cache implementation to expose the maximum...
authorNick Coghlan <ncoghlan@gmail.com>
Tue, 30 Nov 2010 06:19:46 +0000 (06:19 +0000)
committerNick Coghlan <ncoghlan@gmail.com>
Tue, 30 Nov 2010 06:19:46 +0000 (06:19 +0000)
commit234515afe594e5f9ca1b3f460735c68b04c031e2
tree30efe3349cc7414e4f0f6d45f50a984558caea19
parentff27ee0b400030419cfd3c9966f275bfbcb569f8
Issue 10586: change the new functools.lru_cache implementation to expose the maximum and current cache sizes through the public statistics API. This API is now a single function that returns a named tuple.
Doc/library/functools.rst
Doc/whatsnew/3.2.rst
Lib/functools.py
Lib/test/test_functools.py
Misc/NEWS