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

Replace old format string interpolation with f-strings #4394

Closed
sphuber opened this issue Sep 25, 2020 · 0 comments · Fixed by #4400
Closed

Replace old format string interpolation with f-strings #4394

sphuber opened this issue Sep 25, 2020 · 0 comments · Fixed by #4400
Assignees
Labels
Milestone

Comments

@sphuber
Copy link
Contributor

sphuber commented Sep 25, 2020

Now that Python 3.5 support has been dropped we can start using f-strings, which are both more readable and more efficient compared to the older format string interpolation.

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

Successfully merging a pull request may close this issue.

1 participant