On Fri, 16 Oct 2020 12:38:49 +0300 Ram Rachum <[email protected]> wrote: > Well, I can also write a decorator that does lru_cache, but there are a lot > of advantages that it's available in the standard library...
But the standard libary doesn't have to contain every utility function on Earth. And if you want it to be in the standard library, your best bet is to write it anyway and propose it for inclusion. Regards Antoine. _______________________________________________ Python-ideas mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3/lists/python-ideas.python.org/ Message archived at https://mail.python.org/archives/list/[email protected]/message/QZWXAJQ4KNAHWVYEPGFJNWZLCYZX2EIR/ Code of Conduct: http://python.org/psf/codeofconduct/
