[issue8796] Deprecate codecs.open()

STINNER Victor report at bugs.python.org
Tue May 25 23:45:24 CEST 2010


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

> If someone wants to write code that works in Python 2.5 
> or older *and* Python 3 then codecs.open will most likely
> be how they keep compatibility for reading in encoded files.

Can't 2to3 do the conversion? (codecs.open => open)

----------

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


More information about the Python-bugs-list mailing list