You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 23, 2017. It is now read-only.
I just fixed the issue #180 which documents the Server.sockets attribute.
AbstractServer has no sockets attribute nor constructor. Should we add a
sockets attribute to AbstractServer? Here is a patch:
http://codereview.appspot.com/113040043
Or maybe we should drop this abstract server class? I like the idea of an
interface for event loop. I'm not sure that an interface for server is useful.
The class is exported in the asyncio namespace, but it is not documented.
By the way, I replaced AbstractServer with Server in the documentation. For
event loops, BaseEventLoop is documented, not AbstractEventLoop.
Original issue reported on code.google.com by [email protected] on 11 Jul 2014 at 10:05