From: Gregory P. Smith Date: Sat, 2 Jan 2016 01:41:46 +0000 (-0800) Subject: Remove a duplicate test_addresses key:value as identified by Vincent X-Git-Tag: v3.6.0a1~830^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9ecf00e7cb6ce94afaa3a47da88bd8cafa32e968;p=thirdparty%2FPython%2Fcpython.git Remove a duplicate test_addresses key:value as identified by Vincent Davis reviewing code. --- diff --git a/Lib/test/test_ipaddress.py b/Lib/test/test_ipaddress.py index 39eb9a136890..56f0be3ae8aa 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',