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 benjamin.peterson, docs@python, gromgull, hynek, pitrou, r.david.murray, serhiy.storchaka, stutzbach
Date 2014-02-05.19:42:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1391629366.45.0.572021544885.issue20501@psf.upfronthosting.co.za>
In-reply-to
Content
As far as the issue is in the codecs module, this is 2.7 only issue, because codecs.open is used only in 2.7. And I suppose that replacing codecs.open by io.open should fix this issue.
History
Date User Action Args
2014-02-05 19:42:46serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, benjamin.peterson, stutzbach, r.david.murray, docs@python, gromgull, hynek
2014-02-05 19:42:46serhiy.storchakasetmessageid: <1391629366.45.0.572021544885.issue20501@psf.upfronthosting.co.za>
2014-02-05 19:42:46serhiy.storchakalinkissue20501 messages
2014-02-05 19:42:46serhiy.storchakacreate