summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2020-05-09-15-38-25.bpo-40571.kOXZGC.rst
blob: 476770f6974d2fc8f3cf5221cfcd2976455d014b (plain)
1
2
Added functools.cache() as a simpler, more discoverable way to access the
unbounded cache variant of lru_cache(maxsize=None).