[Python-checkins] cpython (3.5): Remove a duplicate test_addresses key:value as identified by Vincent

gregory.p.smith python-checkins at python.org
Fri Jan 1 20:46:20 EST 2016


https://hg.python.org/cpython/rev/eb279f45f829
changeset:   99753:eb279f45f829
branch:      3.5
parent:      99751:d2d288b80be3
user:        Gregory P. Smith <greg at krypto.org>
date:        Fri Jan 01 17:41:46 2016 -0800
summary:
  Remove a duplicate test_addresses key:value as identified by Vincent
Davis reviewing code.

files:
  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
--- a/Lib/test/test_ipaddress.py
+++ b/Lib/test/test_ipaddress.py
@@ -1740,7 +1740,6 @@
             '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',

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list