commit | ed36b2e55be884afb7517905e02da313973998d1 | [log] [tgz] |
---|---|---|
author | Hynek Schlawack <hs@ox.cx> | Fri Jun 08 15:21:21 2012 +0200 |
committer | Hynek Schlawack <hs@ox.cx> | Fri Jun 08 15:21:21 2012 +0200 |
tree | 637d52faba50d2a06e7b094ca957375f03af05f0 | |
parent | 571ee57695ac5214341b2a94a873e4737fda1a9a [diff] |
#14814: Remove redundant code from ipaddress.IPv6Network The strict checks and netmask computing don't make sense if constructed with a ALL_ONES mask based on addresses. Also fix a bug due to mis-indentation of a return statement in the same code block.