]> granicus.if.org Git - python/commit
asyncio: improve the documentation of servers
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 11 Jul 2014 21:47:40 +0000 (23:47 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 11 Jul 2014 21:47:40 +0000 (23:47 +0200)
commit8ebeb03740dad4d9edd65de88f82840a05070941
tree6c77cc790d68d27fc85d41ed41991271db2d4ea1
parentb28dbac86d3c8ccde7d16c4f2de471eb53a6bffe
asyncio: improve the documentation of servers

- Fix the documentation of Server.close(): it closes sockets
- Replace AbstractServer with Server
- Document Server.sockets attribute
Doc/library/asyncio-eventloop.rst
Doc/library/asyncio-stream.rst
Lib/asyncio/base_events.py