What if we introduce the string module: ```python from "https://python.org/some_module.py" import name
... ``` It will add possibility to run code with complex name of module that cannot be presented as set of lexical items and also will allow to load the module from external location _______________________________________________ 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/MLP5N3QIP2II6QFHTGOQYMJ5LGDTJBIA/ Code of Conduct: http://python.org/psf/codeofconduct/
