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
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
textio.c Fix grammar, typos and markup in documentation and code comments 2017-01-14 08:23:08 +00:00