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 ggenellina
Recipients ggenellina
Date 2009-08-29.21:44:35
SpamBayes Score 1.0040532e-06
Marked as misclassified No
Message-id <1251582280.35.0.0143459273436.issue6804@psf.upfronthosting.co.za>
In-reply-to
Content
A Python source file name doesn't necesarily end 
in .py/.pyw; on Linux, scripts usually have no 
extension but are recognized by its shebang line. 
Windows uses file type associations: .py files are of 
type Python.File, and .pyc files are Python.NoConFile.

This patch makes IDLE recognize as a Python source 
(and colorize) any file of those types, regardless of 
extension.

http://permalink.gmane.org/
gmane.comp.python.general/636011
History
Date User Action Args
2009-08-29 21:44:40ggenellinasetrecipients: + ggenellina
2009-08-29 21:44:40ggenellinasetmessageid: <1251582280.35.0.0143459273436.issue6804@psf.upfronthosting.co.za>
2009-08-29 21:44:38ggenellinalinkissue6804 messages
2009-08-29 21:44:37ggenellinacreate