mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Remove a duplicate test_addresses key:value as identified by Vincent
Davis reviewing code.
This commit is contained in:
parent
489bbfb817
commit
9ecf00e7cb
1 changed files with 0 additions and 1 deletions
|
@ -1740,7 +1740,6 @@ class IpaddrUnitTest(unittest.TestCase):
|
|||
'2001:0:0:4:0:0:0:8': '2001:0:0:4::8/128',
|
||||
'2001:0:0:4:5:6:7:8': '2001::4:5:6:7:8/128',
|
||||
'2001:0:3:4:5:6:7:8': '2001:0:3:4:5:6:7:8/128',
|
||||
'2001:0:3:4:5:6:7:8': '2001:0:3:4:5:6:7:8/128',
|
||||
'0:0:3:0:0:0:0:ffff': '0:0:3::ffff/128',
|
||||
'0:0:0:4:0:0:0:ffff': '::4:0:0:0:ffff/128',
|
||||
'0:0:0:0:5:0:0:ffff': '::5:0:0:ffff/128',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue