8000 docs/uio: Mention seek()/flush() support for io.BytesIO. · rpavlik/circuitpython@5c73de0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5c73de0

Browse files
committed
docs/uio: Mention seek()/flush() support for io.BytesIO.
1 parent 3e5534c commit 5c73de0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

docs/library/uio.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,9 @@ Classes
3838
opened with "b" modifier). Initial contents of file-like objects
3939
can be specified with `string` parameter (should be normal string
4040
for `StringIO` or bytes object for `BytesIO`). All the usual file
41-
methods like ``read()``, ``write()``, ``close()`` are available on
42-
these objects, and additionally, following method:
41+
methods like ``read()``, ``write()``, ``seek()``, ``flush()``,
42+
``close()`` are available on these objects, and additionally, a
43+
following method:
4344

4445
.. method:: getvalue()
4546

0 commit comments

Comments
 (0)
0