cpython/Modules/_io/clinic
orenmn 740025478d bpo-29741: Clean up C implementations of BytesIO and StringIO. (#606)
Some BytesIO methods now accept not just int subclasses but other int-like types.
2017-03-11 00:52:01 +02:00
..
_iomodule.c.h Run Argument Clinic: METH_VARARGS=>METH_FASTCALL 2017-01-17 01:35:17 +01:00
bufferedio.c.h Run Argument Clinic: METH_VARARGS=>METH_FASTCALL 2017-01-17 02:21:47 +01:00
bytesio.c.h bpo-29741: Clean up C implementations of BytesIO and StringIO. (#606) 2017-03-11 00:52:01 +02:00
fileio.c.h Run Argument Clinic: METH_VARARGS=>METH_FASTCALL 2017-01-17 02:21:47 +01:00
iobase.c.h Run Argument Clinic: METH_VARARGS=>METH_FASTCALL 2017-01-17 01:35:17 +01:00
stringio.c.h bpo-29741: Clean up C implementations of BytesIO and StringIO. (#606) 2017-03-11 00:52:01 +02:00
textio.c.h Run Argument Clinic: METH_VARARGS=>METH_FASTCALL 2017-01-17 02:21:47 +01:00
winconsoleio.c.h Run Argument Clinic: METH_VARARGS=>METH_FASTCALL 2017-01-17 01:35:17 +01:00