[issue32820] Add and document __format__ method for IPv[46]Address

2020-10-17 Thread Eric Osborne
Eric Osborne added the comment: Did I really ship an enhancement without documenting it? I am a terrible person. I will pick up the issue and take care of it. eric On Sat, Oct 17, 2020 at 9:07 AM Eric V. Smith wrote: > > Eric V. Smith added the comment: > > I've created issue 42061 for t

[issue32820] Add and document __format__ method for IPv[46]Address

2020-10-17 Thread Eric V. Smith
Eric V. Smith added the comment: I've created issue 42061 for the documentation. Hopefully marking that issue as easy and newcomer friendly will attract some attention. Thanks ewosborne and Serhiy for adding this feature, and everyone for their input. -- resolution: -> fixed stage:

[issue32820] Add and document __format__ method for IPv[46]Address

2020-10-17 Thread Eric V. Smith
Eric V. Smith added the comment: At this point, it's a documentation-only issue. This new feature isn't documented. It might be less confusing to close this issue and open a new one. I'll do that shortly. -- versions: +Python 3.10 ___ Python trac

[issue32820] Add and document __format__ method for IPv[46]Address

2020-10-17 Thread Irit Katriel
Irit Katriel added the comment: In that case, should this issue be closed? -- ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue32820] Add and document __format__ method for IPv[46]Address

2020-10-17 Thread Eric Osborne
Eric Osborne added the comment: Yes, I agree. Regardless of backport policy, this is a handy little convenience featurette, not sliced bread v2, so it's not worth backporting even if it was permissible. eric On Fri, Oct 16, 2020 at 7:13 PM Eric V. Smith wrote: > > Eric V. Smith added the c

[issue32820] Add and document __format__ method for IPv[46]Address

2020-10-16 Thread Eric V. Smith
Eric V. Smith added the comment: Re: backporting A quick test shows this feature is not in 3.8. We can't add new features to 3.8, so I'd say "no, it doesn't need to be backported". -- ___ Python tracker __

[issue32820] Add and document __format__ method for IPv[46]Address

2020-10-16 Thread Irit Katriel
Irit Katriel added the comment: Do these PRs need to be backported? They're in 3.9 but not 3.8. -- nosy: +iritkatriel ___ Python tracker ___ __

[issue32820] Add and document __format__ method for IPv[46]Address

2019-09-27 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 5d6f5b629394066a5249af25cc01f1a1f0edc138 by Serhiy Storchaka in branch 'master': bpo-32820: Simplify __format__ implementation for ipaddress. (GH-16378) https://github.com/python/cpython/commit/5d6f5b629394066a5249af25cc01f1a1f0edc138 --

[issue32820] Add and document __format__ method for IPv[46]Address

2019-09-24 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: PR 16378 simplifies the implementation. It also caches the compiled RE. Needed the documentation for the new feature. -- ___ Python tracker __

[issue32820] Add and document __format__ method for IPv[46]Address

2019-09-24 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +15957 stage: needs patch -> patch review pull_request: https://github.com/python/cpython/pull/16378 ___ Python tracker ___ _

[issue32820] Add and document __format__ method for IPv[46]Address

2019-09-12 Thread Zachary Ware
Zachary Ware added the comment: The enhancement patch is merged, but it occurs to me after the fact that this could use some documentation, and possibly a mention in whatsnew. I'll leave this open as a documentation issue. -- assignee: -> docs@python components: +Documentation nosy