[issue42061] Document __format__ method for IPv[46]Address

2020-10-29 Thread Eric V. Smith
Eric V. Smith added the comment: Thanks for the contribution, @John-Ted! -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue42061] Document __format__ method for IPv[46]Address

2020-10-29 Thread miss-islington
miss-islington 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/b626d2218c03127502025ccdf93d555e0487ea95 -- _

[issue42061] Document __format__ method for IPv[46]Address

2020-10-29 Thread miss-islington
Change by miss-islington : -- pull_requests: +21951 pull_request: https://github.com/python/cpython/pull/23032 ___ Python tracker ___ __

[issue42061] Document __format__ method for IPv[46]Address

2020-10-29 Thread miss-islington
miss-islington 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/3317466061509c83dce257caab3661d52571cab1 -- nosy: +m

[issue42061] Document __format__ method for IPv[46]Address

2020-10-28 Thread Teugea Ioan-Teodor
Change by Teugea Ioan-Teodor : -- keywords: +patch pull_requests: +21933 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/23018 ___ Python tracker __

[issue42061] Document __format__ method for IPv[46]Address

2020-10-27 Thread Teugea Ioan-Teodor
Teugea Ioan-Teodor 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

[issue42061] Document __format__ method for IPv[46]Address

2020-10-17 Thread Eric V. Smith
New submission from Eric V. Smith : 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 s