-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
PEP 570 (Positional-only Argument Syntax) tracker #4972
Comments
Supported in PyCharm more than a year https://youtrack.jetbrains.com/issue/PY-35512 |
This appears to be supported in Pyright at least since 1.1.0 released in November 2019. |
@pradeep90 Are PEP 570-style positional arguments (i.e. |
@srittau Yes, they're supported in Pyre. |
@rchen152, does google/pytype@3e228a0 mean that pytype now supports PEP 570? :) |
I believe PEP 570 requires 3.8 for mypy / ast, not 3.7 |
Fixed (without testing). |
@AlexWaygood Yes, it's supported now! |
Awesome! |
PEP 570 is supported now and we have started to use it in typeshed. See #11237 for tracking the switch. |
This issue is supposed to track when we can start to use Python's standard positional-only argument syntax (PEP 570) in typeshed. Support is needed in released versions of:
The text was updated successfully, but these errors were encountered: