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 ezio.melotti, lemburg, serhiy.storchaka, vstinner
Date 2017-03-10.15:11:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1489158705.54.0.207796689698.issue29783@psf.upfronthosting.co.za>
In-reply-to
Content
I agree that it is better to use directly the module implementing the codecs. But old third-party code still can use non-text codecs.

There should be good reasons for breaking backward compatibility. Wouldn't be better to deprecate codecs.open()?
History
Date User Action Args
2017-03-10 15:11:45serhiy.storchakasetrecipients: + serhiy.storchaka, lemburg, vstinner, ezio.melotti
2017-03-10 15:11:45serhiy.storchakasetmessageid: <1489158705.54.0.207796689698.issue29783@psf.upfronthosting.co.za>
2017-03-10 15:11:45serhiy.storchakalinkissue29783 messages
2017-03-10 15:11:45serhiy.storchakacreate