[issue17823] 2to3 fixers for missing codecs

Nick Coghlan report at bugs.python.org
Thu Apr 25 10:28:01 CEST 2013


Nick Coghlan added the comment:

Sure, that's what issue 7475 is about, and if we do that, then the fixers can be simplified to just replace the method with the function call for the known set of non-text-model related codecs.

However, I also wanted to make a note of what the fixers should look like for a version of the fixer that can provide compatibility with 3.2+ rather than relying on the aliases being restored in 3.4

----------

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


More information about the Python-bugs-list mailing list