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 stubs to use newer syntax than 3.7 #13500

Merged
merged 1 commit into from
Aug 24, 2022

Commits on Aug 24, 2022

  1. Allow stubs to use newer syntax than 3.7

    Fixes python#13499
    
    Today this code reads like "stubs should all target 3.7" and this
    is indeed how typeshed operates. But authors of pyi other than typeshed
    should probably be allowed to choose what Python version they're
    targetting.
    
    This code goes back to python#3000 back in the typed_ast days, when this
    allowed stubs to use much newer syntax features than the base Python
    version, so in some ways this is in the spirit of the original code.
    hauntsaninja committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    7a959e2 View commit details
    Browse the repository at this point in the history