This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author cjmayo
Recipients cjmayo
Date 2012-10-12.18:44:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1350067490.94.0.738974146357.issue16214@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-10-12 18:44:51cjmayosetrecipients: + cjmayo
2012-10-12 18:44:50cjmayosetmessageid: <1350067490.94.0.738974146357.issue16214@psf.upfronthosting.co.za>
2012-10-12 18:44:50cjmayolinkissue16214 messages
2012-10-12 18:44:50cjmayocreate