Steven D'Aprano <steve+pyt...@pearwood.info> added the comment:

Okay, reopening the ticket with a new description.

`from module import *` should use the same NFKC normalisation on the names in 
`__all__`.

To be clear, I don't propose that `__all__` should be modified.

----------
resolution: not a bug -> 
stage: resolved -> 
status: closed -> open
title: `module has no attribute` when `__all__` includes certain unicode 
characters -> wildcard imports should normalise names in `__all__`
type: behavior -> enhancement
versions: +Python 3.11 -Python 3.9

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

Reply via email to