This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author gdr@garethrees.org
Recipients berker.peksag, gdr@garethrees.org, ncoghlan, pmoody
Date 2016-06-11.15:59:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1465660787.78.0.411457862845.issue20508@psf.upfronthosting.co.za>
In-reply-to
Content
I've attached a revised patch that addresses Berker Peksag's concerns:

1. The message associated with the IndexError is now "address out of range" with no information about which address failed or why.

2. There's a new test case for an IndexError from an IPv6 address lookup.
History
Date User Action Args
2016-06-11 15:59:47gdr@garethrees.orgsetrecipients: + gdr@garethrees.org, ncoghlan, pmoody, berker.peksag
2016-06-11 15:59:47gdr@garethrees.orgsetmessageid: <1465660787.78.0.411457862845.issue20508@psf.upfronthosting.co.za>
2016-06-11 15:59:47gdr@garethrees.orglinkissue20508 messages
2016-06-11 15:59:47gdr@garethrees.orgcreate