0
0
mirror of https://github.com/python/cpython.git synced 2024-11-27 15:27:06 +01:00
cpython/Modules/_io
Donghee Na 57b7e52790
gh-112205: Support docstring for @getter (#113160)
---------

Co-authored-by: Erlend E. Aasland <erlend@python.org>
2023-12-20 21:52:12 +09:00
..
clinic gh-112205: Support docstring for @getter (#113160) 2023-12-20 21:52:12 +09:00
_iomodule.c
_iomodule.h
bufferedio.c gh-112205: Support @setter annotation from AC (gh-112922) 2023-12-13 14:00:34 +00:00
bytesio.c gh-111049: Fix crash during garbage collection of the BytesIO buffer object (GH-111221) 2023-12-14 10:04:23 +00:00
fileio.c
iobase.c
stringio.c gh-112205: Support @setter annotation from AC (gh-112922) 2023-12-13 14:00:34 +00:00
textio.c gh-112205: Support docstring for @getter (#113160) 2023-12-20 21:52:12 +09:00
winconsoleio.c