commit | 10b134a07c898c2fbc5fd3582503680a54ed80a2 | [log] [tgz] |
---|---|---|
author | Xiang Zhang <angwerzx@126.com> | Wed Mar 21 08:25:13 2018 +0800 |
committer | GitHub <noreply@github.com> | Wed Mar 21 08:25:13 2018 +0800 |
tree | 32ce163bf6c42d52dcbf62a6479de258c014ea04 | |
parent | 5609b78392d59c7362ef8aa5c4a4529325f01f27 [diff] |
bpo-27683: Fix a regression for host() of ipaddress network objects (GH-6016) The result of host() was not empty when the network is constructed by a tuple containing an integer mask and only 1 bit left for addresses.