Message224895
> 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. |
|
Date |
User |
Action |
Args |
2014-08-06 02:43:37 | pitrou | set | recipients:
+ pitrou, lemburg, doerwalter, vstinner, docs@python, Frank.van.Dijk |
2014-08-06 02:43:37 | pitrou | set | messageid: <1407293017.78.0.666790547595.issue22128@psf.upfronthosting.co.za> |
2014-08-06 02:43:37 | pitrou | link | issue22128 messages |
2014-08-06 02:43:37 | pitrou | create | |
|