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 pitrou
Recipients Matthew Stoltenberg, gregory.p.smith, pitrou
Date 2017-12-06.22:17:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512598662.38.0.213398074469.issue32224@psf.upfronthosting.co.za>
In-reply-to
Content
Also note that a regular socket.connect() call supports the full form address:

>>> sock = socket.socket(socket.AF_INET6, socket.SOCK_STREAM)
>>> sock.connect(('::1', 12345, 0, 0))

Matthew, are you interested in submitting a Github PR for this issue?
History
Date User Action Args
2017-12-06 22:17:42pitrousetrecipients: + pitrou, gregory.p.smith, Matthew Stoltenberg
2017-12-06 22:17:42pitrousetmessageid: <1512598662.38.0.213398074469.issue32224@psf.upfronthosting.co.za>
2017-12-06 22:17:42pitroulinkissue32224 messages
2017-12-06 22:17:42pitroucreate