[Old] PEP 786: Precision and Modulo-Precision Flag format specifiers for integer fields#4365
[Old] PEP 786: Precision and Modulo-Precision Flag format specifiers for integer fields#4365jb2170 wants to merge 2 commits intopython:mainfrom
Conversation
peps/pep-0791.rst
Outdated
| @@ -0,0 +1,360 @@ | |||
| PEP: 791 | |||
There was a problem hiding this comment.
If you get a sponsor, the next number is either 785 or 786.
There was a problem hiding this comment.
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.
|
@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
TODOsection 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>) andPEPheaderAuthororSponsor, and formally confirmed their approval: sponsor pendingAuthor,Status(Draft),TypeandCreatedheaders filled out correctlyPEP-Delegate,Topic,RequiresandReplacesheaders completed if appropriate.github/CODEOWNERSfor the PEP: sponsor pendingStandards Track requirements
Python-Versionset to valid (pre-beta) future Python version, if relevant: pendingDiscussions-ToandPost-History📚 Documentation preview 📚: https://pep-previews--4365.org.readthedocs.build/