diff options
author | Gregory P. Smith <greg@krypto.org> | 2016-01-02 01:41:46 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@krypto.org> | 2016-01-02 01:41:46 (GMT) |
commit | 9ecf00e7cb6ce94afaa3a47da88bd8cafa32e968 (patch) | |
tree | e946d06cb51c430bee6245b108e4cf62d0a9d82a /Lib/test/test_ipaddress.py | |
parent | 489bbfb8178e0fad6266cf995f75bfedbc729167 (diff) | |
download | cpython-9ecf00e7cb6ce94afaa3a47da88bd8cafa32e968.zip cpython-9ecf00e7cb6ce94afaa3a47da88bd8cafa32e968.tar.gz cpython-9ecf00e7cb6ce94afaa3a47da88bd8cafa32e968.tar.bz2 |
Remove a duplicate test_addresses key:value as identified by Vincent
Davis reviewing code.
Diffstat (limited to 'Lib/test/test_ipaddress.py')
-rw-r--r-- | Lib/test/test_ipaddress.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Lib/test/test_ipaddress.py b/Lib/test/test_ipaddress.py index 39eb9a1..56f0be3 100644 --- a/Lib/test/test_ipaddress.py +++ b/Lib/test/test_ipaddress.py @@ -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', |