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 gvanrossum
Recipients Elizacat, asvetlov, gc, gvanrossum, pitrou, vstinner, yselivanov
Date 2015-04-28.18:36:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430246215.19.0.101689743107.issue23749@psf.upfronthosting.co.za>
In-reply-to
Content
Looks like Antoine drew the same diagram but quicker. :-)

Regarding the waiter arg, you can leave that None if you don't need it. It is intended to give the caller a way to block (using event loop machinery) until the connection is ready. But if your caller doesn't need it that's fine.
History
Date User Action Args
2015-04-28 18:36:55gvanrossumsetrecipients: + gvanrossum, pitrou, vstinner, asvetlov, yselivanov, Elizacat, gc
2015-04-28 18:36:55gvanrossumsetmessageid: <1430246215.19.0.101689743107.issue23749@psf.upfronthosting.co.za>
2015-04-28 18:36:55gvanrossumlinkissue23749 messages
2015-04-28 18:36:55gvanrossumcreate