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 epaine
Recipients epaine, terry.reedy, wyz23x2
Date 2020-07-29.10:59:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1596020353.33.0.816322202024.issue41434@roundup.psfhosted.org>
In-reply-to
Content
I think this sounds like a very good idea. I would recommend using the `ispythonsource` method (in the editor class) as it already has all the logic you need while also checking for a start line like "#!/usr/bin/env python" (rather than relying solely on the extension).
History
Date User Action Args
2020-07-29 10:59:13epainesetrecipients: + epaine, terry.reedy, wyz23x2
2020-07-29 10:59:13epainesetmessageid: <1596020353.33.0.816322202024.issue41434@roundup.psfhosted.org>
2020-07-29 10:59:13epainelinkissue41434 messages
2020-07-29 10:59:13epainecreate