]> granicus.if.org Git - python/commitdiff
asyncio: mention that transports/protocols are low-level, streams are high-level
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 24 Jan 2014 14:34:19 +0000 (15:34 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 24 Jan 2014 14:34:19 +0000 (15:34 +0100)
Doc/library/asyncio-protocol.rst
Doc/library/asyncio-stream.rst

index 15d8db8815ae11a1e5d7b14e7989099852202ae3..9e02e84bd97ca2665685885105e19ca0cd547f4f 100644 (file)
@@ -1,8 +1,8 @@
 .. currentmodule:: asyncio
 
-+++++++++++++++++++++++++
-Transports  and protocols
-+++++++++++++++++++++++++
++++++++++++++++++++++++++++++++++++++++++
+Transports  and protocols (low-level API)
++++++++++++++++++++++++++++++++++++++++++
 
 .. _transport:
 
index e457fe58da561758110ea0931d2cdfd12deac043..07725168881322c1936b37456c5cc76bb974a44d 100644 (file)
@@ -1,8 +1,8 @@
 .. currentmodule:: asyncio
 
-+++++++
-Streams
-+++++++
+++++++++++++++++++++++++
+Streams (high-level API)
+++++++++++++++++++++++++
 
 Stream functions
 ================