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 serhiy.storchaka
Recipients belopolsky, doerwalter, ezio.melotti, lemburg, nascheme, r.david.murray, serhiy.storchaka, vstinner, wpk, xtreak
Date 2018-10-05.12:06:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1538741209.85.0.545547206417.issue18291@psf.upfronthosting.co.za>
In-reply-to
Content
Then this particularity of codecs streams should be explicitly documented.

codecs.open() was advertised as a way of writing portable code for Python 2 and 3, and it can still be used in many old programs.
History
Date User Action Args
2018-10-05 12:06:49serhiy.storchakasetrecipients: + serhiy.storchaka, lemburg, doerwalter, nascheme, belopolsky, vstinner, ezio.melotti, r.david.murray, wpk, xtreak
2018-10-05 12:06:49serhiy.storchakasetmessageid: <1538741209.85.0.545547206417.issue18291@psf.upfronthosting.co.za>
2018-10-05 12:06:49serhiy.storchakalinkissue18291 messages
2018-10-05 12:06:49serhiy.storchakacreate