[issue43079] wrong IP address range given for ipv4_mapped

2022-01-22 Thread Kumar Aditya
Change by Kumar Aditya : -- versions: +Python 3.11 -Python 3.6, Python 3.7, Python 3.8 ___ Python tracker ___ ___ Python-bugs-list

[issue43079] wrong IP address range given for ipv4_mapped

2022-01-19 Thread jiahua wang
Change by jiahua wang : -- keywords: +patch nosy: +wangjiahua nosy_count: 2.0 -> 3.0 pull_requests: +28885 stage: -> patch review pull_request: https://github.com/python/cpython/pull/30687 ___ Python tracker

[issue43079] wrong IP address range given for ipv4_mapped

2021-01-30 Thread Al
New submission from Al : https://docs.python.org/3.9/library/ipaddress.html This documentation for the 'ipaddress' IPv4/IPv6 Manipulation Library incorrectly states the address range for 'ipv4_mapped' as ::/96 (which means 0:0:0:0:0:0:0:/96). This is just flat out wrong. There are