2018-06-06 14:51 GMT+02:00 Chris Angelico <[email protected]>: > On Wed, Jun 6, 2018 at 7:51 PM, Jacco van Dorp <[email protected]> wrote: >> For the startup time, you could keep it around as builtin but save the >> import time until someone actually uses it. > > That would mean creating a system of lazy imports, which is an > entirely separate proposal. > > ChrisA
It's that complicated ? I know it's not exactly properties on a class, but I thought there were other cases, even if I couldn't name one. Dont mind me, then. _______________________________________________ Python-ideas mailing list [email protected] https://mail.python.org/mailman/listinfo/python-ideas Code of Conduct: http://python.org/psf/codeofconduct/
