This issue tracker has been migrated to GitHub ,
and is currently read-only.
For more information,
see the GitHub FAQs in the Python's Developer Guide.
Created on 2014年11月08日 17:43 by pebenito, last changed 2022年04月11日 14:58 by admin. This issue is now closed.
| Messages (2) | |||
|---|---|---|---|
| msg230871 - (view) | Author: Chris PeBenito (pebenito) | Date: 2014年11月08日 17:43 | |
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 the mask can be either a single number, which means it’s a prefix, or a string representation of an IPv6 address. If it’s the latter, the mask is interpreted as a net mask. If no mask is provided, it’s considered to be /128. For example, the following address specifications are equivalent: 2001:db00::0/24 and 2001:db00::0/ffff:ff00::. """ However in issue22800 it has been identified that using the expanded netmask (e.g. ff00::/ff00::) is not supported. |
|||
| msg268115 - (view) | Author: Berker Peksag (berker.peksag) * (Python committer) | Date: 2016年06月10日 11:33 | |
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?) |
|||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022年04月11日 14:58:10 | admin | set | github: 67011 |
| 2018年03月08日 02:54:22 | xiang.zhang | set | status: open -> closed superseder: ipaddress documentation errors resolution: duplicate stage: resolved |
| 2016年06月10日 11:33:48 | berker.peksag | set | nosy:
+ berker.peksag messages: + msg268115 |
| 2014年11月14日 19:15:17 | terry.reedy | set | nosy:
+ ncoghlan, pmoody |
| 2014年11月08日 17:43:49 | pebenito | create | |