]> granicus.if.org Git - python/commit
Issue #29203: functools.lru_cache() now respects PEP 468
authorRaymond Hettinger <python@rcn.com>
Mon, 9 Jan 2017 01:28:20 +0000 (17:28 -0800)
committerRaymond Hettinger <python@rcn.com>
Mon, 9 Jan 2017 01:28:20 +0000 (17:28 -0800)
commit4ee39141e84c511e389080fa3163be043718ea14
tree9b8afc8bc79de080d4bde2a4068f9de6d6f15191
parent04316c4cc8f89e8e87efd055b9626eb9049340c6
Issue #29203:  functools.lru_cache() now respects PEP 468
Lib/functools.py
Lib/test/test_functools.py
Misc/NEWS
Modules/_functoolsmodule.c