cpython/Modules/_io
Martin Panter 6bb91f3b6e Issue #20699: Document that “io” methods accept bytes-like objects
This matches the usage of ZipFile and BufferedWriter. This still requires
return values to be bytes() objects.

Also document and test that the write() methods should only access their
argument before they return.
2016-05-28 00:41:57 +00:00
..
clinic Issue #20699: Document that “io” methods accept bytes-like objects 2016-05-28 00:41:57 +00:00
_iomodule.c Issue #25523: Merge "a" to "an" fixes from 3.4 into 3.5 2015-11-02 04:04:57 +00:00
_iomodule.h Issue #22413: Merge StringIO doc from 3.4 into 3.5 2015-10-10 10:15:21 +00:00
bufferedio.c Issue #20699: Document that “io” methods accept bytes-like objects 2016-05-28 00:41:57 +00:00
bytesio.c Issue #20699: Document that “io” methods accept bytes-like objects 2016-05-28 00:41:57 +00:00
fileio.c Issue #20699: Document that “io” methods accept bytes-like objects 2016-05-28 00:41:57 +00:00
iobase.c Issue #20699: Document that “io” methods accept bytes-like objects 2016-05-28 00:41:57 +00:00
stringio.c Fix spelling (inital), grammar (may translates) in documentation, comments 2016-04-19 04:03:41 +00:00
textio.c Issue #22570: Renamed Py_SETREF to Py_XSETREF. 2016-04-06 09:45:48 +03:00