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 -- python-ideas@python.org
To unsubscribe send an email to python-ideas-le...@python.org
https://mail.python.org/mailman3/lists/python-ideas.python.org/
Message archived at 
https://mail.python.org/archives/list/python-ideas@python.org/message/MLP5N3QIP2II6QFHTGOQYMJ5LGDTJBIA/
Code of Conduct: http://python.org/psf/codeofconduct/

Reply via email to