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 gvanrossum, j1m, vstinner, yselivanov
Date 2016-06-26.21:41:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAP7+vJJj71BMvuUfjYkXaSzjmCLP-qs9N3JPtPMEXPg2Mk3JDw@mail.gmail.com>
In-reply-to <FA4AEBA7-3E64-4467-A9D1-677226E8E383@gmail.com>
Content
I'm confused. create_connection() is meant for creating client connection,
so I don't think a server_side flag makes sense. (There are lower-level
internal APIs that do take a server_side flag, but create_connection() is
just one caller for these.)

If create_server() is buggy we should fix those bugs!
History
Date User Action Args
2016-06-26 21:41:12gvanrossumsetrecipients: + gvanrossum, vstinner, j1m, yselivanov
2016-06-26 21:41:12gvanrossumlinkissue27392 messages
2016-06-26 21:41:12gvanrossumcreate