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 joe.amenta
Recipients joe.amenta
Date 2009-10-17.21:29:37
SpamBayes Score 0.00031480318
Marked as misclassified No
Message-id <1255814979.41.0.0993610579435.issue7162@psf.upfronthosting.co.za>
In-reply-to
Content
Step to reproduce:

$ echo 'file("/some/file")' | python `which 2to3` -

(replace python with whichever python executable version you wish to
use, e.g. ~/python-trunk/python or /usr/local/bin/python3.2 )

Expected result:
Anything referring to the fact that the "file" type no longer exists in
python 3.x, whether it be a warning or a refactoring.

Actual result:
RefactoringTool: No files need to be modified.

Just a report for now, I don't have the time to write a patch.
History
Date User Action Args
2009-10-17 21:29:39joe.amentasetrecipients: + joe.amenta
2009-10-17 21:29:39joe.amentasetmessageid: <1255814979.41.0.0993610579435.issue7162@psf.upfronthosting.co.za>
2009-10-17 21:29:37joe.amentalinkissue7162 messages
2009-10-17 21:29:37joe.amentacreate