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 ezio.melotti
Recipients brett.cannon, eric.araujo, ezio.melotti, lemburg, loewis, meatballhat, petri.lehtinen, pitrou, python-dev, rhettinger, vstinner
Date 2013-03-24.10:38:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1364121493.81.0.775665708443.issue8796@psf.upfronthosting.co.za>
In-reply-to
Content
I suggest to deprecated codecs.open() in 3.4, and possibly remove it in a later release.  The implementation shouldn't be changed to use the builtin open(), but the deprecation note should point to it, and possibly mention the shortcomings of codecs.open().
History
Date User Action Args
2013-03-24 10:38:13ezio.melottisetrecipients: + ezio.melotti, lemburg, loewis, brett.cannon, rhettinger, pitrou, vstinner, eric.araujo, meatballhat, python-dev, petri.lehtinen
2013-03-24 10:38:13ezio.melottisetmessageid: <1364121493.81.0.775665708443.issue8796@psf.upfronthosting.co.za>
2013-03-24 10:38:13ezio.melottilinkissue8796 messages
2013-03-24 10:38:13ezio.melotticreate