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 neologix
Recipients neologix, sbt
Date 2013-08-03.12:11:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
socketpair() is quite useful, notably for tests.
Currently, it's not defined on Windows.
Since it's rather easy to implement, it would be nice to have it, if not in the stdlib, at least in test.support.
History
Date User Action Args
2013-08-03 12:11:35neologixsetrecipients: + neologix, sbt
2013-08-03 12:11:35neologixsetmessageid: <[email protected]>
2013-08-03 12:11:35neologixlinkissue18643 messages
2013-08-03 12:11:35neologixcreate