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 LambertDW
Recipients LambertDW
Date 2008-12-08.16:55:05
SpamBayes Score 0.1525058
Marked as misclassified No
Message-id <1228755306.26.0.133376435968.issue4596@psf.upfronthosting.co.za>
In-reply-to
Content
$ #rm -f file_that_is_not_here.py
$ 2to3 file_that_is_not_here.py


The program spends considerable time preparing itself only to discover
that it cannot open the file.
History
Date User Action Args
2008-12-08 16:55:06LambertDWsetrecipients: + LambertDW
2008-12-08 16:55:06LambertDWsetmessageid: <1228755306.26.0.133376435968.issue4596@psf.upfronthosting.co.za>
2008-12-08 16:55:05LambertDWlinkissue4596 messages
2008-12-08 16:55:05LambertDWcreate