diff --git a/pep-0622.rst b/pep-0622.rst index 14e38c0b7..8f3ae90c7 100644 --- a/pep-0622.rst +++ b/pep-0622.rst @@ -1500,6 +1500,8 @@ ambiguous with capture patterns. Five other alternatives were considered: This works well with the recommendations for naming constants from PEP 8. The main objection is that there's no other part of core Python where the case of a name is semantically significant. + In addition, Python allows identifiers to use different scripts, + many of which (e.g. CJK) don't have a case distinction. * Use extra parentheses to indicate lookup semantics for a given name. For example::