-
-
Notifications
You must be signed in to change notification settings - Fork 32.1k
Use f-strings in csv docs example #135245
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
Conversation
Should this be backported to 3.14 and 3.13 too? |
We can if you want to? Biggest reason to do so would be if you have more changes planned and would like to avoid potential merge conflicts when backporting future PRs |
Thanks @ezio-melotti for the PR, and @hauntsaninja for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14. |
Thanks @ezio-melotti for the PR, and @hauntsaninja for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
(cherry picked from commit 2677dd0) Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
GH-135285 is a backport of this pull request to the 3.14 branch. |
(cherry picked from commit 2677dd0) Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
GH-135286 is a backport of this pull request to the 3.13 branch. |
Just a minor tweak to the
csv
module docs to use f-strings instead of.format()
.📚 Documentation preview 📚: https://cpython-previews--135245.org.readthedocs.build/