cpython/Modules/_io/clinic
Serhiy Storchaka 1a2b24f02d Issue #27332: Fixed the type of the first argument of module-level functions
generated by Argument Clinic.  Patch by Petr Viktorin.
2016-07-07 17:35:15 +03:00
..
_iomodule.c.h Issue #27332: Fixed the type of the first argument of module-level functions 2016-07-07 17:35:15 +03:00
bufferedio.c.h
bytesio.c.h Issue #20699: Document that “io” methods accept bytes-like objects 2016-05-28 00:41:57 +00:00
fileio.c.h Issue #20699: Document that “io” methods accept bytes-like objects 2016-05-28 00:41:57 +00:00
iobase.c.h Issue #22854: Clarify documentation about UnsupportedOperation and add tests 2016-03-31 07:21:56 +00:00
stringio.c.h
textio.c.h