[issue42061] Document __format__ method for IPv[46]Address
New submission from Eric V. Smith <eric@trueblade.com>: This feature was added in issue 32820, but was never documented. ---------- assignee: docs@python components: Documentation keywords: easy, newcomer friendly messages: 378812 nosy: docs@python, eric.smith priority: normal severity: normal stage: needs patch status: open title: Document __format__ method for IPv[46]Address type: enhancement versions: Python 3.10, Python 3.9 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue42061> _______________________________________
Teugea Ioan-Teodor <teodor.teugea@gmail.com> added the comment: Hi. I would like to work on the documentation for the IP address format. I am new here so it might take me some time. I think it will have a PR ready in a day or two. ---------- nosy: +John-Ted _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue42061> _______________________________________
Change by Teugea Ioan-Teodor <teodor.teugea@gmail.com>: ---------- keywords: +patch pull_requests: +21933 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/23018 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue42061> _______________________________________
miss-islington <mariatta.wijaya+miss-islington@gmail.com> added the comment: New changeset 3317466061509c83dce257caab3661d52571cab1 by Teugea Ioan-Teodor in branch 'master': bpo-42061: Document __format__ for IP addresses (GH-23018) https://github.com/python/cpython/commit/3317466061509c83dce257caab3661d5257... ---------- nosy: +miss-islington _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue42061> _______________________________________
Change by miss-islington <mariatta.wijaya+miss-islington@gmail.com>: ---------- pull_requests: +21951 pull_request: https://github.com/python/cpython/pull/23032 _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue42061> _______________________________________
miss-islington <mariatta.wijaya+miss-islington@gmail.com> added the comment: New changeset b626d2218c03127502025ccdf93d555e0487ea95 by Miss Skeleton (bot) in branch '3.9': bpo-42061: Document __format__ for IP addresses (GH-23018) https://github.com/python/cpython/commit/b626d2218c03127502025ccdf93d555e048... ---------- _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue42061> _______________________________________
Eric V. Smith <eric@trueblade.com> added the comment: Thanks for the contribution, @John-Ted! ---------- resolution: -> fixed stage: patch review -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue42061> _______________________________________
participants (3)
-
Eric V. Smith -
miss-islington -
Teugea Ioan-Teodor