]> granicus.if.org Git - python/commit
Issue 14814: Better handling of cases where octet/hextet parsing fails, including...
authorNick Coghlan <ncoghlan@gmail.com>
Fri, 6 Jul 2012 15:13:55 +0000 (01:13 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Fri, 6 Jul 2012 15:13:55 +0000 (01:13 +1000)
commit3c2570caf219fab4fea9d17a5e6bc5cba741b547
tree5fd888334e463de15d5078c1645464753df25db0
parent2240ac1eae2dd8674748239af9c61e5ab4faeb2c
Issue 14814: Better handling of cases where octet/hextet parsing fails, including ensuring that tracebacks are still clean even when calling class constructors directly
Lib/ipaddress.py
Lib/test/test_ipaddress.py