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 yselivanov
Recipients Ron Frederick, asvetlov, gvanrossum, vstinner, yselivanov
Date 2017-12-21.03:08:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513825693.02.0.213398074469.issue25749@psf.upfronthosting.co.za>
In-reply-to
Content
Server.sockets property will be a public API and defined in the AbstractServer, so you can start using them. Just don't try to call socket.send() or socket.accept() as that will break things.
History
Date User Action Args
2017-12-21 03:08:13yselivanovsetrecipients: + yselivanov, gvanrossum, vstinner, asvetlov, Ron Frederick
2017-12-21 03:08:13yselivanovsetmessageid: <1513825693.02.0.213398074469.issue25749@psf.upfronthosting.co.za>
2017-12-21 03:08:13yselivanovlinkissue25749 messages
2017-12-21 03:08:12yselivanovcreate