[issue22822] IPv6Network constructor docs incorrect about valid input

2018-03-07 Thread Xiang Zhang
Change by Xiang Zhang : -- resolution: -> duplicate stage: -> resolved status: open -> closed superseder: -> ipaddress documentation errors ___ Python tracker ___ ___

[issue22822] IPv6Network constructor docs incorrect about valid input

2016-06-10 Thread Berker Peksag
Berker Peksag added the comment: Thanks for the report Chris. The patch in issue 18802 should solve this. It would be great if you'd have time to take a look at it (should we add a note that says we only support CIDR for IPv6?) -- nosy: +berker.peksag _

[issue22822] IPv6Network constructor docs incorrect about valid input

2014-11-14 Thread Terry J. Reedy
Changes by Terry J. Reedy : -- nosy: +ncoghlan, pmoody ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://

[issue22822] IPv6Network constructor docs incorrect about valid input

2014-11-08 Thread Chris PeBenito
New submission from Chris PeBenito: Here: https://docs.python.org/3/library/ipaddress.html#ipaddress.IPv6Network In the constructor documentation, item 1 says: """ A string consisting of an IP address and an optional mask, separated by a slash (/). The IP address is the network address, and t