Skip to content

Account for a bug in multiline f-strings #104

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

Merged
merged 3 commits into from
Dec 24, 2022
Merged

Conversation

alexmojaki
Copy link
Collaborator

I discovered another f-string positions bug. It was fixed in python/cpython#94869 and released in 3.10.6 according to https://docs.python.org/3.10/whatsnew/changelog.html#python-3-10-6-final.

Theoretically, you could maybe check if the specific f-string is multiline to continue supporting non-multiline strings between 3.9.7 and 3.10.6.

@alexmojaki alexmojaki requested a review from dsagal December 24, 2022 17:30
Copy link
Member

@dsagal dsagal left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants