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 vstinner
Recipients belopolsky, doerwalter, ezio.melotti, lemburg, r.david.murray, serhiy.storchaka, vstinner, wpk
Date 2013-06-25.12:20:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CAMpsgwYc-VoW=wCZMqz6ZaEo=9zBFL8p+KfBqrEjz=RAqEnfMA@mail.gmail.com>
In-reply-to <1372160017.04.0.153777991289.issue18291@psf.upfronthosting.co.za>
Content
>> So I guess there is little interest in fixing codecs because io is the
>> preferred package for reading unicode files.

> I guess Victor have an interest. ;)

Ah ah, good joke. I wrote the PEP 400:
http://www.python.org/dev/peps/pep-0400/

And yes, for best performances, you have to choose between codecs and
io module depending on the Python version. It suggest to always use
the io module because it has more features, like universal newline,
and less bugs.
History
Date User Action Args
2013-06-25 12:20:54vstinnersetrecipients: + vstinner, lemburg, doerwalter, belopolsky, ezio.melotti, r.david.murray, serhiy.storchaka, wpk
2013-06-25 12:20:54vstinnerlinkissue18291 messages
2013-06-25 12:20:54vstinnercreate