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 pablogsal
Recipients lys.nikolaou, pablogsal
Date 2021-12-12.05:29:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1639286987.92.0.127175285023.issue46054@roundup.psfhosted.org>
In-reply-to
Content
Python3.9 shows:

 ../3.9/python /bin/ls
SyntaxError: Non-UTF-8 code starting with '\xfc' in file /bin/ls on line 2, but no encoding declared; see https://python.org/dev/peps/pep-0263/ for detail

while 3.10 shows:

 python /bin/ls
  File "/bin/ls", line 0

SyntaxError: unknown parsing error
History
Date User Action Args
2021-12-12 05:29:47pablogsalsetrecipients: + pablogsal, lys.nikolaou
2021-12-12 05:29:47pablogsalsetmessageid: <1639286987.92.0.127175285023.issue46054@roundup.psfhosted.org>
2021-12-12 05:29:47pablogsallinkissue46054 messages
2021-12-12 05:29:47pablogsalcreate