[issue41482] docstring errors in ipaddress.IPv4Network

2020-08-05 Thread Eric V. Smith


Eric V. Smith  added the comment:

Thanks, Terry. That was my fault, trying to cherry pick manually. I'm not sure 
why the original backport failed, and once I did the manual cherry pick as 
suggested I got called away for real work. As you say, I should have tried 
deleting the tag and re-adding it before I pulled out the cherry pick tool.

Thank you for cleaning up after me.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41482] docstring errors in ipaddress.IPv4Network

2020-08-05 Thread miss-islington


miss-islington  added the comment:


New changeset b49b88a93a06b656d7f6a64d9d9e4828921d86eb by Miss Islington (bot) 
in branch '3.9':
bpo-41482: Fix error in ipaddress.IPv4Network docstring (GH-21736)
https://github.com/python/cpython/commit/b49b88a93a06b656d7f6a64d9d9e4828921d86eb


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41482] docstring errors in ipaddress.IPv4Network

2020-08-05 Thread Terry J. Reedy


Terry J. Reedy  added the comment:

I was able to delete the spurious branch because it was not protected.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41482] docstring errors in ipaddress.IPv4Network

2020-08-05 Thread Terry J. Reedy


Terry J. Reedy  added the comment:

Since this is a trivial typo fix, I approved the backport for auto-merge.

--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41482] docstring errors in ipaddress.IPv4Network

2020-08-05 Thread miss-islington


miss-islington  added the comment:


New changeset b5789a7419655f66692fab463320048bd2290e81 by Miss Islington (bot) 
in branch '3.8':
bpo-41482: Fix error in ipaddress.IPv4Network docstring (GH-21736)
https://github.com/python/cpython/commit/b5789a7419655f66692fab463320048bd2290e81


--

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41482] docstring errors in ipaddress.IPv4Network

2020-08-05 Thread Terry J. Reedy


Terry J. Reedy  added the comment:

The issue resulting in the addition of a "backport-52f9842-3.9" branch to the 
main python/cpython repository.  I believe that this is a mistake and should be 
removed, but I don't know how.

When miss-islington fails to backport for reasons other than a merge conflict, 
the problem is likely transient  -- perhaps a timing issue or temporary 
resource unavailable issue that we have no control over.  The solution is to 
delete the backport label, close the label box, reopen the label box, add the 
label, and reclose.  I did this and the auto backport was generated.  (The 3.8 
backport is ready to approve and merge.)

--
nosy: +terry.reedy

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41482] docstring errors in ipaddress.IPv4Network

2020-08-05 Thread Terry J. Reedy


Change by Terry J. Reedy :


--
type: enhancement -> behavior
versions:  -Python 3.5, Python 3.6, Python 3.7

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41482] docstring errors in ipaddress.IPv4Network

2020-08-05 Thread miss-islington


Change by miss-islington :


--
pull_requests: +20891
pull_request: https://github.com/python/cpython/pull/21747

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41482] docstring errors in ipaddress.IPv4Network

2020-08-05 Thread Eric V. Smith


Eric V. Smith  added the comment:


New changeset 52f98424a55e14f05dfa7483cc0faf634a61c9ff by Eric L. Frederich in 
branch 'master':
bpo-41482: Fix error in ipaddress.IPv4Network docstring (GH-21736)
https://github.com/python/cpython/commit/52f98424a55e14f05dfa7483cc0faf634a61c9ff


--
nosy: +eric.smith

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41482] docstring errors in ipaddress.IPv4Network

2020-08-05 Thread miss-islington


Change by miss-islington :


--
nosy: +miss-islington
nosy_count: 4.0 -> 5.0
pull_requests: +20890
pull_request: https://github.com/python/cpython/pull/21746

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41482] docstring errors in ipaddress.IPv4Network

2020-08-04 Thread Roundup Robot


Change by Roundup Robot :


--
keywords: +patch
nosy: +python-dev
nosy_count: 2.0 -> 3.0
pull_requests: +20880
stage:  -> patch review
pull_request: https://github.com/python/cpython/pull/21736

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue41482] docstring errors in ipaddress.IPv4Network

2020-08-04 Thread Eric Frederich


New submission from Eric Frederich :

The __init__ method for IPv4Network has a typo where it says all three of 
'192.0.2.0/24', '192.0.2.0/255.255.255.0' and '192.0.0.2/0.0.0.255' should be 
equal.

--
assignee: docs@python
components: Documentation
messages: 374841
nosy: docs@python, eric.frederich
priority: normal
severity: normal
status: open
title: docstring errors in ipaddress.IPv4Network
type: enhancement
versions: Python 3.10, Python 3.5, Python 3.6, Python 3.7, Python 3.8, Python 
3.9

___
Python tracker 

___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com