cpython/Modules/_io
Antoine Pitrou e812d29b52 Issue #7545: improve documentation of the `buffering` argument in io.open(). 2009-12-19 21:01:10 +00:00
..
_iomodule.c Issue #7545: improve documentation of the `buffering` argument in io.open(). 2009-12-19 21:01:10 +00:00
_iomodule.h accept None as the same as having passed no argument in file types #7349 2009-12-13 19:19:07 +00:00
bufferedio.c accept None as the same as having passed no argument in file types #7349 2009-12-13 19:19:07 +00:00
bytesio.c Manual py3k backport: [svn r74316] Issue #5449: Fix io.BytesIO to not accept arbitrary keywords 2009-10-24 12:28:22 +00:00
fileio.c accept None as the same as having passed no argument in file types #7349 2009-12-13 19:19:07 +00:00
iobase.c remove unused variable 2009-12-13 19:27:02 +00:00
stringio.c Fix compilation error in debug mode. 2009-10-24 12:41:27 +00:00
textio.c accept None as the same as having passed no argument in file types #7349 2009-12-13 19:19:07 +00:00