We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9925248 commit 8d167beCopy full SHA for 8d167be
Lib/test/test_ipaddress.py
@@ -562,7 +562,6 @@ def test_copy(self):
562
self.assertEqual(addr, copy.copy(addr))
563
self.assertEqual(addr, copy.deepcopy(addr))
564
565
- # issue: 129538
566
def test_ipv6_interface_scope_id(self):
567
addr = ipaddress.IPv6Address("fe80::%10")
568
addr_with_prefix = ipaddress.IPv6Interface((addr, 64))
0 commit comments