[docs] [issue32192] Provide importlib.util.lazy_import helper function

Nick Coghlan report at bugs.python.org
Sat Dec 2 20:29:03 EST 2017


Nick Coghlan <ncoghlan at gmail.com> added the comment:

Maintaining the actual implementation as a third party module seems like a good idea to me, so I'm marking this as a documentation issue instead.

The idea would be to add this as an example of a very basic lazy importer under https://docs.python.org/3/library/importlib.html#examples

----------
assignee:  -> docs at python
components: +Documentation
nosy: +docs at python

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32192>
_______________________________________


More information about the docs mailing list