mirror of
https://github.com/python/cpython.git
synced 2025-11-01 10:45:30 +00:00
Issue #14814: Clean out an obsolete property and method from ipaddress Network objects
This commit is contained in:
parent
aff73f91cc
commit
2c58910d3d
2 changed files with 2 additions and 14 deletions
|
|
@ -390,7 +390,7 @@ class IpaddrUnitTest(unittest.TestCase):
|
|||
self.assertRaises(ValueError, list,
|
||||
self.ipv4_interface.network.subnets(-1))
|
||||
self.assertRaises(ValueError, list,
|
||||
self.ipv4_network.network.subnets(-1))
|
||||
self.ipv4_network.subnets(-1))
|
||||
self.assertRaises(ValueError, list,
|
||||
self.ipv6_interface.network.subnets(-1))
|
||||
self.assertRaises(ValueError, list,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue