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 gh-101819: Fix _io clinic input for unused base class method stubs (#104418) 2023-05-15 13:21:38 +02:00
bytesio.c.h gh-101819: Prepare to modernize the _io extension (#104178) 2023-05-06 01:53:55 +02:00
fileio.c.h gh-101819: Refactor `_io` futher in preparation for module isolation (#104369) 2023-05-11 15:56:30 +05:30
iobase.c.h gh-101819: Fix _io clinic input for unused base class method stubs (#104418) 2023-05-15 13:21:38 +02:00
stringio.c.h gh-90928: Improve static initialization of keywords tuple in AC (#95907) 2022-08-13 12:09:40 +02:00
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 gh-101819: Refactor `_io` futher in preparation for module isolation (#104369) 2023-05-11 15:56:30 +05:30