mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
Issue 14814: Remove dead function (noticed by Serhiy Storchaka)
This commit is contained in:
parent
6803855ecf
commit
27396a1807
2 changed files with 0 additions and 19 deletions
|
|
@ -551,7 +551,6 @@ class IpaddrUnitTest(unittest.TestCase):
|
|||
ipaddress.IPv4Address('10.10.10.10'),
|
||||
ipaddress.IPv4Address('10.10.10.12')])
|
||||
self.assertEqual(first, last)
|
||||
self.assertEqual(0, ipaddress._get_prefix_length(2**32, 0, 32))
|
||||
self.assertEqual(128, ipaddress._count_righthand_zero_bits(0, 128))
|
||||
self.assertEqual("IPv4Network('1.2.3.0/24')", repr(self.ipv4_network))
|
||||
self.assertEqual('0x1020318', hex(self.ipv4_network))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue