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 Andrew Ushakov
Recipients Andrew Ushakov, serhiy.storchaka, terry.reedy
Date 2021-04-13.07:09:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618297798.03.0.467169516494.issue38755@roundup.psfhosted.org>
In-reply-to
Content
Just tested again:

D:\Downloads>py                                                                                                                                           
Python 3.9.4 (tags/v3.9.4:1f2e308, Apr  4 2021, 13:27:16) [MSC v.1928 64 bit (AMD64)] on win32                                                            
Type "help", "copyright", "credits" or"license" for more information.                                                                                    
>>> quit()
                                                                                                                                                                                                                                                                                                          D:\Downloads>py tst112.py                                                                                                                                 
SyntaxError: Non-UTF-8 code starting with '\xe2' in file D:\Downloads\tst112.py on line 1, but no encoding declared; see http://python.org/dev/peps/pep-0263/ for details 

P.S. No problems with Python 3.8.5 and Ubuntu 20.04.2 LTS.
History
Date User Action Args
2021-04-13 07:09:58Andrew Ushakovsetrecipients: + Andrew Ushakov, terry.reedy, serhiy.storchaka
2021-04-13 07:09:58Andrew Ushakovsetmessageid: <1618297798.03.0.467169516494.issue38755@roundup.psfhosted.org>
2021-04-13 07:09:58Andrew Ushakovlinkissue38755 messages
2021-04-13 07:09:57Andrew Ushakovcreate