-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
[Old] PEP 786: Precision and Modulo-Precision Flag format specifiers for integer fields #4365
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
peps/pep-0791.rst
Outdated
@@ -0,0 +1,360 @@ | |||
PEP: 791 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If you get a sponsor, the next number is either 785 or 786.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
While I didn't see the original Discourse thread, I've definitely been bitten by the #
vs field width problem, so I'd be happy to be listed as a PEP sponsor.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks, let's use 785 for #4357 and 786 here.
@jb2170 are you able to make the relevant updates here? |
Do you intend to open a new PR, or should we un-reserve the PEP number? Thank you for your work on the draft PEP! A |
Opening a new PR with the correct branch name, one minute 😅 |
New PR open here (sorry GitHub doesn't allow the renaming of the source branch for an open PR; I want it to be correct to avoid confusion
That's brilliant thank you! I wish I'd checked up on this PR earlier: I left it for a bit as I thought I'd have to go e-door to e-door asking around for a sponsor lol 😅 but you'd picked it up the following day! Last week I was full of a cold so I couldn't have done much then anyways, but now let's get it! |
Draft PR for new PEP 791
Sponsor Pending
There is a
TODO
section in the PEP that shall perish as the PEP is tweaked before even considering mergingRelevant discussions, issues, PRs linked
https://discuss.python.org/t/implement-precision-format-spec-for-int-type-data/80760
python/cpython#131926
python/cpython#74756
Basic requirements (all PEP Types)
pep-NNNN.rst
), PR title (PEP 123: <Title of PEP>
) andPEP
headerAuthor
orSponsor
, and formally confirmed their approval: sponsor pendingAuthor
,Status
(Draft
),Type
andCreated
headers filled out correctlyPEP-Delegate
,Topic
,Requires
andReplaces
headers completed if appropriate.github/CODEOWNERS
for the PEP: sponsor pendingStandards Track requirements
Python-Version
set to valid (pre-beta) future Python version, if relevant: pendingDiscussions-To
andPost-History
📚 Documentation preview 📚: https://pep-previews--4365.org.readthedocs.build/