commit | 8ebeb03740dad4d9edd65de88f82840a05070941 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Fri Jul 11 23:47:40 2014 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Fri Jul 11 23:47:40 2014 +0200 |
tree | 6c77cc790d68d27fc85d41ed41991271db2d4ea1 | |
parent | b28dbac86d3c8ccde7d16c4f2de471eb53a6bffe [diff] |
asyncio: improve the documentation of servers - Fix the documentation of Server.close(): it closes sockets - Replace AbstractServer with Server - Document Server.sockets attribute