pyrefly
pyrefly copied to clipboard
Feature: historical positional param syntax
https://typing.python.org/en/latest/spec/historical.html#positional-only-parameters
What is this?
The syntax for positional-only parameters is new in 3.8, so before that, you would use a double-underscore-prefix naming convention to indicate positional-only parameters (https://typing.python.org/en/latest/spec/historical.html#positional-only-parameters). Typeshed switched over to the dedicated syntax a while back, so I think it matters now only for third-party libraries that might still be using the old convention.
For the good first issue tag, are there any pointers we could give for where to start looking at the changes that need to be made?
@connernilsen updated the issue descrption
Assigned, thanks! Let me know if you have any questions
Thank you! Have reached out to you for further questions.