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 <rep...@bugs.python.org>
<http://bugs.python.org/issue16214>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to