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 pitrou
Recipients Frank.van.Dijk, docs@python, doerwalter, lemburg, pitrou, vstinner
Date 2014-08-06.02:43:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1407293017.78.0.666790547595.issue22128@psf.upfronthosting.co.za>
In-reply-to
Content
> I don't think it's useful to tell people:
> * use codecs.open() on Python 2.4, 2.5, 2.6
> * use io.open() on Python 2.7 (io is too slow on 2.6 to be a real alternative to codecs.open())
> * use open() on Python 3.4+

Instead we can tell them to use io.open() on all versions from 2.7 and upwards.
2.6 is dead and won't receive any documentation updates anyway.
History
Date User Action Args
2014-08-06 02:43:37pitrousetrecipients: + pitrou, lemburg, doerwalter, vstinner, docs@python, Frank.van.Dijk
2014-08-06 02:43:37pitrousetmessageid: <1407293017.78.0.666790547595.issue22128@psf.upfronthosting.co.za>
2014-08-06 02:43:37pitroulinkissue22128 messages
2014-08-06 02:43:37pitroucreate