Skip to content

Commit 767dc35

Browse files
generatedunixname1734921407115435facebook-github-bot
authored andcommitted
Import upstream CPython branch '3.14'
Summary: Python `3.14.0rc2+` (`3.14`) was **published** on 2025-08-23 16:27:51+00:00. # Commit Info Base: (`3.14.0rc2+`) - `d619015ecd1c57bde9babc8defaf4c9f8f583be1` (commit date: 2025-08-22 14:27:49+00:00) Imported: (`3.14.0rc2+`) - `3.14` (commit date: 2025-08-23 16:27:51+00:00) Reviewed By: itamaro Differential Revision: D80898340 fbshipit-source-id: fce5c1171b22839a9e1935c17ccb57f621e7c548
1 parent 1865aad commit 767dc35

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Doc/library/asyncio-stream.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -321,6 +321,9 @@ StreamWriter
321321
stream.write(data)
322322
await stream.drain()
323323

324+
.. note::
325+
The *data* buffer should be a C contiguous one-dimensional :term:`bytes-like object <bytes-like object>`.
326+
324327
.. method:: writelines(data)
325328

326329
The method writes a list (or any iterable) of bytes to the underlying socket

0 commit comments

Comments
 (0)