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 sebastien.bourdeauducq
Recipients gvanrossum, sebastien.bourdeauducq, vstinner, yselivanov
Date 2016-07-12.18:46:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468349187.3.0.334205542839.issue27500@psf.upfronthosting.co.za>
In-reply-to
Content
The first offending commit is this one:
https://github.com/python/cpython/commit/03df54d549173e17e1cf9a767199de32a363aa6b

more specifically "return af, type, proto, '', (host, port)". For IPv6, it should be "(host, port, flow info, scope id)" instead of just "(host, port)".
History
Date User Action Args
2016-07-12 18:46:27sebastien.bourdeauducqsetrecipients: + sebastien.bourdeauducq, gvanrossum, vstinner, yselivanov
2016-07-12 18:46:27sebastien.bourdeauducqsetmessageid: <1468349187.3.0.334205542839.issue27500@psf.upfronthosting.co.za>
2016-07-12 18:46:27sebastien.bourdeauducqlinkissue27500 messages
2016-07-12 18:46:27sebastien.bourdeauducqcreate