0
0
mirror of https://github.com/python/cpython.git synced 2024-12-01 03:01:36 +01:00
cpython/Modules/_io/clinic
Erlend E. Aasland 7f87ebbc3f
gh-107801: Improve the accuracy of io.TextIOWrapper.seek docs (#107933)
Clearly document the supported seek() operations:

- Rewind to the start of the stream
- Restore a previous stream position (given by tell())
- Fast-forward to the end of the stream
2023-08-22 09:37:53 +02:00
..
_iomodule.c.h gh-92536: Argument Clinic no longer emits PyUnicode_READY() (#105208) 2023-06-02 01:31:58 +02:00
bufferedio.c.h
bytesio.c.h
fileio.c.h
iobase.c.h
stringio.c.h
textio.c.h gh-107801: Improve the accuracy of io.TextIOWrapper.seek docs (#107933) 2023-08-22 09:37:53 +02:00
winconsoleio.c.h