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 Matthew Stoltenberg
Recipients Matthew Stoltenberg
Date 2017-12-05.18:44:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1512499476.97.0.213398074469.issue32224@psf.upfronthosting.co.za>
In-reply-to
Content
The following causes a ValueError in the create_connection convenience function

import socket

sock1 = socket.create_connection(('::1', '80'))
sock2 = socket.create_connection(sock1.getpeername())
History
Date User Action Args
2017-12-05 18:44:37Matthew Stoltenbergsetrecipients: + Matthew Stoltenberg
2017-12-05 18:44:36Matthew Stoltenbergsetmessageid: <1512499476.97.0.213398074469.issue32224@psf.upfronthosting.co.za>
2017-12-05 18:44:36Matthew Stoltenberglinkissue32224 messages
2017-12-05 18:44:36Matthew Stoltenbergcreate