Closed GoogleCodeExporter closed 9 years ago
I'm not seeing this on python2.6 on a mac
Python 2.6.1 (r261:67515, Jun 24 2010, 21:47:49)
[GCC 4.2.1 (Apple Inc. build 5646)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import ipaddr
>>> ipaddr.IPv6Network('2607:f850:1::/48').netmask
IPv6Address('ffff:ffff:ffff::')
>>> ipaddr.IPv6Network('2607:f850:1:0::/48').netmask
IPv6Address('ffff:ffff:ffff::')
Can you check to see if this is fixed for you at r236 as well?
Original comment by pmo...@google.com
on 24 Nov 2011 at 10:14
please reopen this if you're still seeing an issue.
Original comment by pmo...@google.com
on 29 Nov 2011 at 1:16
Yes, this is fixed, at least in revision 238.
Original comment by rlaa...@gmail.com
on 30 Nov 2011 at 1:02
thanks for verifying.
Original comment by pmo...@google.com
on 30 Nov 2011 at 1:06
Original issue reported on code.google.com by
rlaa...@gmail.com
on 19 Sep 2011 at 9:21