[Python-checkins] gh-91877: Fix WriteTransport.get_write_buffer_{limits, size} docs (#92338)
erlend-aasland
webhook-mailer at python.org
Tue Jun 14 08:46:30 EDT 2022
https://github.com/python/cpython/commit/a338e106b628601de6f3d57f4a231d2c4fa5f7f1
commit: a338e106b628601de6f3d57f4a231d2c4fa5f7f1
branch: main
author: Sanket Shanbhag <TechieBoy at users.noreply.github.com>
committer: erlend-aasland <erlend.aasland at protonmail.com>
date: 2022年06月14日T14:46:18+02:00
summary:
gh-91877: Fix WriteTransport.get_write_buffer_{limits,size} docs (#92338)
- Amend docs for WriteTransport.get_write_buffer_limits
- Add docs for WriteTransport.get_write_buffer_size
files:
M Doc/library/asyncio-llapi-index.rst
diff --git a/Doc/library/asyncio-llapi-index.rst b/Doc/library/asyncio-llapi-index.rst
index 69b550e43f5aa..cdadb7975ad49 100644
--- a/Doc/library/asyncio-llapi-index.rst
+++ b/Doc/library/asyncio-llapi-index.rst
@@ -358,6 +358,10 @@ pipes, etc). Returned from methods like
* - :meth:`transport.get_write_buffer_size()
<WriteTransport.get_write_buffer_size>`
+ - Return the current size of the output buffer.
+
+ * - :meth:`transport.get_write_buffer_limits()
+ <WriteTransport.get_write_buffer_limits>`
- Return high and low water marks for write flow control.
* - :meth:`transport.set_write_buffer_limits()
More information about the Python-checkins
mailing list