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 terry.reedy
Recipients amaury.forgeotdarc, ggenellina, terry.reedy
Date 2010-08-07.16:56:10
SpamBayes Score 1.0672879e-06
Marked as misclassified No
Message-id <1281200172.79.0.997695501984.issue6804@psf.upfronthosting.co.za>
In-reply-to
Content
I am a little puzzled by this issue.
1. Why would a Windows user use any extention other than .py or .pyw, which IDLE opens fine. How many people do something senseless like hand-registering, say 'xiq', as a python file?
2. .pyc files are binary files and NOT source code files and cannot be opened by IDLE as it will attempt to decode them into text. So why the check for that?

Also, I believe there is another issue to add a 'Treat this as Python code' entry to one of the menus. This would cover the case of files without extensions and files that are not python files but happen (on a case-by-case basis) to have python code embedded within.

So I am thinking that this should be closed.
History
Date User Action Args
2010-08-07 16:56:13terry.reedysetrecipients: + terry.reedy, amaury.forgeotdarc, ggenellina
2010-08-07 16:56:12terry.reedysetmessageid: <1281200172.79.0.997695501984.issue6804@psf.upfronthosting.co.za>
2010-08-07 16:56:10terry.reedylinkissue6804 messages
2010-08-07 16:56:10terry.reedycreate