]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40571: Make lru_cache(maxsize=None) more discoverable (GH-20019)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Tue, 12 May 2020 00:00:53 +0000 (17:00 -0700)
committerGitHub <noreply@github.com>
Tue, 12 May 2020 00:00:53 +0000 (17:00 -0700)
commit21cdb711e3b1975398c54141e519ead02670610e
treebbe4a1006ff4a8d3f6e280eb556b7c25cccb1f4c
parent4804b5b3df82e7892ca0550b02f902bcfc16bb48
bpo-40571: Make lru_cache(maxsize=None) more discoverable (GH-20019)
Doc/library/functools.rst
Lib/functools.py
Lib/test/test_functools.py
Misc/NEWS.d/next/Library/2020-05-09-15-38-25.bpo-40571.kOXZGC.rst [new file with mode: 0644]