Issue 1138: Fixer needed for future imports (original) (raw)

Issue1138

Created on 2007-09-09 23:19 by collinwinter, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (2)
msg55769 - (view) Author: Collin Winter (collinwinter) * (Python committer) Date: 2007-09-09 23:19
Per http://mail.python.org/pipermail/python-3000/2007-September/010337.html, 2to3 should strip out __future__ imports. This should probably be added to the existing import fixer.
msg57984 - (view) Author: Christian Heimes (christian.heimes) * (Python committer) Date: 2007-11-30 15:02
Fixed in r59235 It was easier to add a new fixer for the problem.
History
Date User Action Args
2022-04-11 14:56:26 admin set github: 45479
2008-01-06 22:29:44 admin set keywords: - py3kversions: Python 3.0
2007-11-30 15:02:57 christian.heimes set status: open -> closedresolution: fixedmessages: + nosy: + christian.heimes
2007-11-23 08:26:18 christian.heimes set keywords: + py3kversions: + Python 3.0
2007-09-09 23:19:59 collinwinter create