# Feature or enhancement ### Proposal: Issue for PR to implement [PEP 786](https://peps.python.org/pep-0786/) so I can link to this issue in blurb in the PR. ### Has this already been discussed elsewhere? Forum discussions: * Pre-PEP discussion: https://discuss.python.org/t/implement-precision-format-spec-for-int-type-data/80760 * PEP discussion: https://discuss.python.org/t/pep-786-precision-and-modulo-precision-flag-format-specifiers-for-integer-fields/106907 Implementation discussions: * Old implementation discussion, discarded. https://github.com/python/cpython/pull/131926 * Some talk of modulo-precision: https://github.com/python/cpython/issues/74756 Actual implementation: * Reference implementation Issue: https://github.com/python/cpython/issues/146436 * Reference implementation PR: https://github.com/python/cpython/pull/146437 PEPs repo: * Merged PR: https://github.com/python/peps/pull/4416 * Old PR with wrong branch name / PEP number, closed in favor of merged one: https://github.com/python/peps/pull/4365 <!-- gh-linked-prs --> ### Linked PRs * gh-146437 <!-- /gh-linked-prs -->
Feature or enhancement
Proposal:
Issue for PR to implement PEP 786 so I can link to this issue in blurb in the PR.
Has this already been discussed elsewhere?
Forum discussions:
Implementation discussions:
Actual implementation:
PEPs repo:
Linked PRs