Skip to content

Commit 8d167be

Browse files
committed
gh-129538: Fix: Removed comment showing the issue number
Signed-off-by: RafaelJohn9 <[email protected]>
1 parent 9925248 commit 8d167be

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/test/test_ipaddress.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -562,7 +562,6 @@ def test_copy(self):
562562
self.assertEqual(addr, copy.copy(addr))
563563
self.assertEqual(addr, copy.deepcopy(addr))
564564

565-
# issue: 129538
566565
def test_ipv6_interface_scope_id(self):
567566
addr = ipaddress.IPv6Address("fe80::%10")
568567
addr_with_prefix = ipaddress.IPv6Interface((addr, 64))

0 commit comments

Comments
 (0)