This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author guettli
Recipients docs@python, guettli
Date 2016-04-21.13:31:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1461245485.84.0.279459146406.issue26817@psf.upfronthosting.co.za>
In-reply-to
Content
I think a warning at the top of StringIO docs is needed.

And it should link to io.BytesIO.

Maybe even deprecate StringIO and cStringIO in Python2?

StringIO docs: https://docs.python.org/2/library/stringio.html

io.BytesIO docs: https://docs.python.org/2/library/io.html#io.BytesIO

I would like to see this at the top of StringIO:

{{{
Please use io.BytesIO and io.StringIO since this module is not supported in Python3
}}
History
Date User Action Args
2016-04-21 13:31:25guettlisetrecipients: + guettli, docs@python
2016-04-21 13:31:25guettlisetmessageid: <1461245485.84.0.279459146406.issue26817@psf.upfronthosting.co.za>
2016-04-21 13:31:25guettlilinkissue26817 messages
2016-04-21 13:31:25guettlicreate