[issue12760] Add create mode to open()

Julian Berman report at bugs.python.org
Thu Aug 18 16:15:59 CEST 2011


Julian Berman <Julian+Python.org at GrayVines.com> added the comment:

A minor documentation error in io.rst line 475 which was changed to:

+   The *mode* can be ``'c'``, ``'r'``, ``'w'`` or ``'a'`` for reading
+   (default), writing, or appending.

and should have "creating" at the front I assume, like you have it later.

----------
nosy: +Julian

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12760>
_______________________________________


More information about the Python-bugs-list mailing list