diff options
author | Gregory P. Smith <greg@krypto.org> | 2016-01-01 17:42:30 -0800 |
---|---|---|
committer | Gregory P. Smith <greg@krypto.org> | 2016-01-01 17:42:30 -0800 |
commit | a313538381de1daf08a101bc0b503d7d76274d29 (patch) | |
tree | dc3da01a6588b8b68a4384deab35d86b63f37d1a | |
parent | 899b72cee21c56c0bc1eb4659cb6f64686dbfaa6 (diff) | |
parent | 9ecf00e7cb6ce94afaa3a47da88bd8cafa32e968 (diff) | |
download | cpython-git-a313538381de1daf08a101bc0b503d7d76274d29.tar.gz |
Remove a duplicate test_addresses key:value as identified by Vincent
Davis reviewing code.
-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 39eb9a1368..56f0be3ae8 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', |