cpython/Modules/_io
Martin Panter 536d70ed33 Fix grammar, typos and markup in documentation and code comments
* Indent versionchanged at method level, not class level
* Mark up ``--help`` to avoid generating an en dash
* Use forward slash in Unix command line with a dollar sign ($) prompt
2017-01-14 08:23:08 +00:00
..
clinic Issue #27332: Fixed the type of the first argument of module-level functions 2016-07-07 17:35:15 +03:00
_iomodule.c Change order of io.UnsupportedOperation base classes. 2016-12-07 13:31:20 +02: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 Fix a comment. 2016-06-08 17:55:49 -04:00
iobase.c Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 2016-09-07 12:03:06 +00:00
stringio.c Fix spelling (inital), grammar (may translates) in documentation, comments 2016-04-19 04:03:41 +00:00
textio.c Fix grammar, typos and markup in documentation and code comments 2017-01-14 08:23:08 +00:00