Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow Unicode in Python identifiers #1510

Merged
merged 2 commits into from May 12, 2020
Merged

Allow Unicode in Python identifiers #1510

merged 2 commits into from May 12, 2020

Commits on May 12, 2020

  1. Allow unicode in Python identifiers

    The official specification is located at
    https://docs.python.org/3/reference/lexical_analysis.html#identifiers
    
    Note that is not yet 100% conforming, as some rare Unicode characters
    won't be recognized, but this should be sufficient for most purposes.[1]
    
    [1]: https://stackoverflow.com/questions/5474008
    niknetniko authored and pyrmont committed May 12, 2020
    Configuration menu
    Copy the full SHA
    feeab32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    49d4112 View commit details
    Browse the repository at this point in the history