]> granicus.if.org Git - python/commit
#14814: Remove dead code from ipaddress
authorHynek Schlawack <hs@ox.cx>
Mon, 4 Jun 2012 16:14:02 +0000 (18:14 +0200)
committerHynek Schlawack <hs@ox.cx>
Mon, 4 Jun 2012 16:14:02 +0000 (18:14 +0200)
commit454a74df23f2c39e34250361184dbff68b0d5b08
treec2071d69a450aab12a2b45aa65252667be6d3cb9
parentefce00c537ff611ee6d2521e36de3c92b1c10f5b
#14814: Remove dead code from ipaddress

_BaseNetwork contained (faulty) methods for creating string representations.
I've fixed them and put them to use by eliminating identical overrides.
Lib/ipaddress.py
Lib/test/test_ipaddress.py