We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
https://bugs.python.org/issue28307
Sorry, something went wrong.
bpo-28307: Convert simple C-style formatting with literal format into…
7302d9d
… f-string.
d255848
Merge branch 'optimize-c-style-format' of github.com:serhiy-storchaka…
01ddcb6
…/cpython into optimize-c-style-format
Merge branch 'master' into optimize-c-style-format
d0bfc90
@serhiy-storchaka, this is very nice!
Any benchmarks for this?
What would it take to move this forward for 3.8?
Results of microbenchmarks are provided on the tracker.
I want to add support of more complex format codes (at least %d) if this proposition be accepted in general.
%d
Clarify percents replacing.
8a63943
acf67b3
5ffbc46
5888c9d
Support width, precision and alignment.
7e71064
Merge branch 'main' into optimize-c-style-format
8e14c53
Add NEWS entry.
9e9169d
e8e1176
a0bd9e9
isidentical Awaiting requested review from isidentical
Successfully merging this pull request may close these issues.