2018-06-06 14:51 GMT+02:00 Chris Angelico rosuav@gmail.com:
On Wed, Jun 6, 2018 at 7:51 PM, Jacco van Dorp j.van.dorp@deonet.nl 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.