From: Victor Stinner Date: Fri, 24 Jan 2014 14:34:19 +0000 (+0100) Subject: asyncio: mention that transports/protocols are low-level, streams are high-level X-Git-Tag: v3.4.0b3~41 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1374bd41b1e57fb47fcadc0fad9412f4618be317;p=python asyncio: mention that transports/protocols are low-level, streams are high-level --- diff --git a/Doc/library/asyncio-protocol.rst b/Doc/library/asyncio-protocol.rst index 15d8db8815..9e02e84bd9 100644 --- a/Doc/library/asyncio-protocol.rst +++ b/Doc/library/asyncio-protocol.rst @@ -1,8 +1,8 @@ .. currentmodule:: asyncio -+++++++++++++++++++++++++ -Transports and protocols -+++++++++++++++++++++++++ ++++++++++++++++++++++++++++++++++++++++++ +Transports and protocols (low-level API) ++++++++++++++++++++++++++++++++++++++++++ .. _transport: diff --git a/Doc/library/asyncio-stream.rst b/Doc/library/asyncio-stream.rst index e457fe58da..0772516888 100644 --- a/Doc/library/asyncio-stream.rst +++ b/Doc/library/asyncio-stream.rst @@ -1,8 +1,8 @@ .. currentmodule:: asyncio -+++++++ -Streams -+++++++ +++++++++++++++++++++++++ +Streams (high-level API) +++++++++++++++++++++++++ Stream functions ================