cpython/Modules/_io/clinic
Erlend E. Aasland 8178a88bd8
gh-107801: Improve the accuracy of io.IOBase.seek docs (#108268)
- Add param docstrings
- Link to os.SEEK_* constants
- Mention the return value in the initial paragraph

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
2023-08-29 19:13:38 +00:00
..
_iomodule.c.h gh-108444: Argument Clinic uses PyLong_AsInt() (#108458) 2023-08-25 00:51:22 +02:00
bufferedio.c.h gh-106320: Remove private AC converter functions (#108505) 2023-08-26 04:05:17 +02:00
bytesio.c.h gh-106320: Remove private AC converter functions (#108505) 2023-08-26 04:05:17 +02:00
fileio.c.h gh-106320: Remove private AC converter functions (#108505) 2023-08-26 04:05:17 +02:00
iobase.c.h gh-107801: Improve the accuracy of io.IOBase.seek docs (#108268) 2023-08-29 19:13:38 +00:00
stringio.c.h gh-106320: Remove private AC converter functions (#108505) 2023-08-26 04:05:17 +02:00
textio.c.h gh-107801: Document io.TextIOWrapper.tell (#108265) 2023-08-27 20:35:27 +00:00
winconsoleio.c.h gh-106320: Remove private AC converter functions (#108505) 2023-08-26 04:05:17 +02:00