commit | b28dbac86d3c8ccde7d16c4f2de471eb53a6bffe | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Fri Jul 11 22:52:21 2014 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Fri Jul 11 22:52:21 2014 +0200 |
tree | 0fa5020d6f64ce59dde286c68157ad7ca99ec88e | |
parent | 7aee3ecd57c5d7a455420dd514206e239c7dbc39 [diff] |
asyncio, Tulip issue 180: Make Server attributes and methods private - loop, waiters and active_count attributes are now private - attach(), detach() and wakeup() methods are now private The sockets attribute remains public.