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 vstinner
Recipients Ron Frederick, gvanrossum, vstinner, yselivanov
Date 2015-11-27.22:59:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwZDgZ+93WSX2jtdjOyV3=VCDjJeHO91OOJXLiFy_nS-FQ@mail.gmail.com>
In-reply-to <1448664907.95.0.0568451318326.issue25749@psf.upfronthosting.co.za>
Content
Yury Selivanov added the comment:
> But Ron suggested to actually export the Server class, so that it's available as 'asyncio.Server'. And I think that *that* is a bad idea, (...)

I know, but IMHO the issue is wider than just exporting or not the
symbol. Right now, create_server() doc explicitly says that the list
of sockets is available in server.sockets attribute. We should mention
that it's not always the case, it's only available on "some"
implementations of event loops.
History
Date User Action Args
2015-11-27 22:59:16vstinnersetrecipients: + vstinner, gvanrossum, yselivanov, Ron Frederick
2015-11-27 22:59:16vstinnerlinkissue25749 messages
2015-11-27 22:59:16vstinnercreate