[issue8796] Deprecate codecs.open()

Ezio Melotti report at bugs.python.org
Sun Mar 24 11:38:13 CET 2013


Ezio Melotti added the comment:

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().

----------
nosy: +ezio.melotti
resolution: postponed -> 
stage:  -> needs patch
status: closed -> open
type:  -> behavior
versions: +Python 3.4 -Python 3.2, Python 3.3

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue8796>
_______________________________________


More information about the Python-bugs-list mailing list