[New-bugs-announce] [issue16214] 2to3 does not remove exceptions import

Chris Mayo report at bugs.python.org
Fri Oct 12 20:44:50 CEST 2012


New submission from Chris Mayo:

Create file a.py:
#!/usr/bin/python
import exceptions

and run:
2to3 a.py
...
RefactoringTool: No files need to be modified.

Issue 2350 is marked as closed but this is still present for me in 2to3 of Python 2.7, 3.2 and 3.3.

----------
components: 2to3 (2.x to 3.x conversion tool)
messages: 172770
nosy: cjmayo
priority: normal
severity: normal
status: open
title: 2to3 does not remove exceptions import
versions: Python 2.7, Python 3.2, Python 3.3

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


More information about the New-bugs-announce mailing list