commit | 5cf896fea8005478bcc2bcd6e10e4572ae5fe2be | [log] [tgz] |
---|---|---|
author | Nick Coghlan <ncoghlan@gmail.com> | Sat Jul 07 01:43:31 2012 +1000 |
committer | Nick Coghlan <ncoghlan@gmail.com> | Sat Jul 07 01:43:31 2012 +1000 |
tree | 12c10c0e0469c5d57f967e9993cb6992ae2f31d7 | |
parent | 3c2570caf219fab4fea9d17a5e6bc5cba741b547 [diff] |
Issue 14814: Eliminate bytes warnings from ipaddress by correctly throwing an exception early when given bytes data of the wrong length. Also removes 2.x backwards compatibility code from associated tests.