[Python-checkins] cpython: asyncio io: group transports and protocols in a new title

victor.stinner python-checkins at python.org
Tue Dec 3 01:49:52 CET 2013


http://hg.python.org/cpython/rev/b76e0416deb8
changeset:   87727:b76e0416deb8
user:        Victor Stinner <victor.stinner at gmail.com>
date:        Tue Dec 03 01:49:43 2013 +0100
summary:
  asyncio io: group transports and protocols in a new title

files:
  Doc/library/asyncio-protocol.rst |  4 ++++
  1 files changed, 4 insertions(+), 0 deletions(-)


diff --git a/Doc/library/asyncio-protocol.rst b/Doc/library/asyncio-protocol.rst
--- a/Doc/library/asyncio-protocol.rst
+++ b/Doc/library/asyncio-protocol.rst
@@ -1,5 +1,9 @@
 .. module:: asyncio
 
+++++++++++++++++++++++++
+Transports and protocols
+++++++++++++++++++++++++
+
 .. _transport:
 
 Transports

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list