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

3.11: z option for string formatting of integers #5046

Closed
cfbolz opened this issue Sep 24, 2024 · 1 comment
Closed

3.11: z option for string formatting of integers #5046

cfbolz opened this issue Sep 24, 2024 · 1 comment
Milestone

Comments

@cfbolz
Copy link
Member

cfbolz commented Sep 24, 2024

"A "z" option was added to the Format Specification Mini-Language that coerces negative to positive zero after rounding to the format precision. See PEP 682 for more details. (Contributed by John Belmonte in gh-90153.)"

@cfbolz cfbolz added this to the Python 3.11 milestone Sep 24, 2024
cfbolz added a commit that referenced this issue Oct 30, 2024
(doesn't work yet, it needs a change in rlib)
@cfbolz
Copy link
Member Author

cfbolz commented Oct 31, 2024

should be done, the last missing piece was support for decimal but that's just part of the stlib

@cfbolz cfbolz closed this as completed Oct 31, 2024
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

No branches or pull requests

1 participant