[issue12915] Add inspect.locate and inspect.resolve

Vinay Sajip report at bugs.python.org
Sat Feb 15 12:23:21 EST 2020


Vinay Sajip <vinay_sajip at yahoo.co.uk> added the comment:

> The regex looks too strict. Python 3 accepts non-ASCII module names.

Would adding the re.U flag be enough, or are you thinking of other possibilities?

----------

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


More information about the Python-bugs-list mailing list