[issue19111] 2to3 should remove from future_builtins import *

Milan Oberkirch report at bugs.python.org
Thu Jun 25 07:28:54 CEST 2015


Milan Oberkirch added the comment:

The other fixers you mentioned are deactivated independently of this patch if an import from future_builtins exists. I gave it the same run_order as in the fix for __future__ imports which prevents 2to3 from deleting the calls before other fixers check for their existence.

----------

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


More information about the Python-bugs-list mailing list