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 paul.moore
Recipients eryksun, paul.moore, steve.dower, terry.reedy, tim.golden, zach.ware
Date 2016-07-23.22:17:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CACac1F9km=JkDjcq4wUfxKZiN-P--1FLQMBs0aG9nxwVJSwNgg@mail.gmail.com>
In-reply-to <1469311271.57.0.257306147629.issue27602@psf.upfronthosting.co.za>
Content
On 23 July 2016 at 23:01, Eryk Sun <report@bugs.python.org> wrote:
>> I assume you wouldn't expect to support shebang lines
>> like "#!python3.6r"?
>
> That's already supported in py.ini in the [commands] section, per PEP 397.

True, I'd forgotten that. I was meaning for interactive use, which as
you say isn't supported (I asked for it a long time back, but it was
rejected - maybe it's worth revisiting the idea, as I don't recall the
reason for the rejection).

Of course, having two places for launcher configuration, the registry
and the ini file, seems like it would be confusing. So that's an
argument for everything being controlled via the ini file. (BTW, the
documentation in
https://docs.python.org/3/using/windows.html#customization doesn't
give much detail about what can go in the ini file, maybe that needs
improving)
History
Date User Action Args
2016-07-23 22:17:28paul.mooresetrecipients: + paul.moore, terry.reedy, tim.golden, zach.ware, eryksun, steve.dower
2016-07-23 22:17:28paul.moorelinkissue27602 messages
2016-07-23 22:17:28paul.moorecreate