[issue26817] Docs for StringIO should link to io.BytesIO
New submission from Thomas Guettler: 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 }} ---------- assignee: docs@python components: Documentation messages: 263917 nosy: docs@python, guettli priority: normal severity: normal status: open title: Docs for StringIO should link to io.BytesIO versions: Python 2.7 _______________________________________ Python tracker <report@bugs.python.org> <http://bugs.python.org/issue26817> _______________________________________
Zackery Spytz <zspytz@gmail.com> added the comment: Python 2 is EOL. ---------- nosy: +ZackerySpytz _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue26817> _______________________________________
Change by Zachary Ware <zachary.ware@gmail.com>: ---------- resolution: -> out of date stage: -> resolved status: open -> closed _______________________________________ Python tracker <report@bugs.python.org> <https://bugs.python.org/issue26817> _______________________________________
participants (3)
-
Thomas Guettler
-
Zachary Ware
-
Zackery Spytz