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 zart
Recipients eryksun, ezio.melotti, loewis, mdengler, steve.dower, terry.reedy, tim.golden, vinay.sajip, vstinner, zach.ware, zart
Date 2017-07-06.04:37:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <38f328f7-eae6-4fbc-e126-fe512d805e43@zartsoft.ru>
In-reply-to <1499304405.68.0.394164382969.issue20042@psf.upfronthosting.co.za>
Content
Terry J. Reedy wrote:

> Is this still relevant or should it be closed?

Should be closed.

> On Win10, I created a short script юникод.py using Save As from IDLE.
>
> py -2 юникод.py produces
> C:\Programs\Python27\python.exe: can't open file '??????.py': [Errno 22] Invalid argument
> If the patch fixes 2.7 and looks okay, maybe we should apply. If 'no' or 'no', maybe we should forget 2.7 running files with such names.

This outcome is expected and error comes from python itself, not from launcher.

> On 3.5 and 3.6, the file runs without issue.  The issue was opened with 3.3; 3.5 switched to a much more recent compiler, and I did not see any indication in the messages that this was tested on 3.5 before it was added.  So perhaps for 3.5+, this is out-of-date.

Launcher works fine now from my testing.
History
Date User Action Args
2017-07-06 04:37:36zartsetrecipients: + zart, loewis, terry.reedy, vinay.sajip, vstinner, tim.golden, ezio.melotti, zach.ware, mdengler, eryksun, steve.dower
2017-07-06 04:37:35zartlinkissue20042 messages
2017-07-06 04:37:35zartcreate