parent
f43058cab2
commit
1317e46695
|
@ -1500,6 +1500,8 @@ ambiguous with capture patterns. Five other alternatives were considered:
|
||||||
This works well with the recommendations for naming constants from
|
This works well with the recommendations for naming constants from
|
||||||
PEP 8. The main objection is that there's no other part of core
|
PEP 8. The main objection is that there's no other part of core
|
||||||
Python where the case of a name is semantically significant.
|
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
|
* Use extra parentheses to indicate lookup semantics for a given name. For
|
||||||
example::
|
example::
|
||||||
|
|
Loading…
Reference in New Issue