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
|
||||
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::
|
||||
|
|
Loading…
Reference in New Issue