Brett Cannon <br...@python.org> added the comment:

The import system makes no attempt at normalizing Unicode strings for path 
comparisons. One would have to probably update FileFinder 
(https://github.com/python/cpython/blob/master/Lib/importlib/_bootstrap_external.py#L1392)
 somehow (assuming the appropriate codec support is available to importlib 
during start-up).

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue39832>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to