File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -831,7 +831,9 @@ where the :keyword:`import` statement occurs.
831831
832832The *public names * defined by a module are determined by checking the module's
833833namespace for a variable named ``__all__ ``; if defined, it must be a sequence
834- of strings which are names defined or imported by that module. The names
834+ of strings which are names defined or imported by that module.
835+ Names containing non-ASCII characters must be in the `normalization form `_
836+ NFKC; see :ref: `lexical-names-nonascii ` for details. The names
835837given in ``__all__ `` are all considered public and are required to exist. If
836838``__all__ `` is not defined, the set of public names includes all names found
837839in the module's namespace which do not begin with an underscore character
You can’t perform that action at this time.
0 commit comments