cpython/Modules/_io/clinic
Martin Panter 754aab28ed Issue #22854: Clarify documentation about UnsupportedOperation and add tests
Also change BufferedReader.writable() and BufferedWriter.readable() to always
return False.
2016-03-31 07:21:56 +00:00
..
_iomodule.c.h
bufferedio.c.h
bytesio.c.h
fileio.c.h
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