[issue12244] cStringIO inconsistencies
Georg Brandl
report at bugs.python.org
Thu Jun 2 22:07:15 CEST 2011
Georg Brandl <georg at python.org> added the comment:
1. The class for read-only objects is called "StringI" (the one for read-write objects is "StringO").
2./3. This is documented: http://docs.python.org/library/stringio#cStringIO.StringIO
These differences between StringIO and cStringIO are unfortunate, but cannot be changed anymore in Python 2. It's all different in Python 3 anyway, with io.StringIO being the successor to both.
----------
nosy: +georg.brandl
resolution: -> wont fix
status: open -> closed
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue12244>
_______________________________________
More information about the Python-bugs-list
mailing list