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 iritkatriel
Recipients Arfrever, benjamin.peterson, eric.snow, iritkatriel, loewis, meador.inge, serhiy.storchaka, terry.reedy, vstinner
Date 2021-06-18.22:17:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1624054657.8.0.426259767127.issue18961@roundup.psfhosted.org>
In-reply-to
Content
I've reproduced the same in 3.11:

> .\python.bat nonutf8_coding_line.py
Running Release|x64 interpreter...
> .\python.bat -m tokenize nonutf8_coding_line.py
Running Release|x64 interpreter...
nonutf8_coding_line.py: error: invalid or missing encoding declaration for 'nonutf8_coding_line.py'
History
Date User Action Args
2021-06-18 22:17:37iritkatrielsetrecipients: + iritkatriel, loewis, terry.reedy, vstinner, benjamin.peterson, Arfrever, meador.inge, eric.snow, serhiy.storchaka
2021-06-18 22:17:37iritkatrielsetmessageid: <1624054657.8.0.426259767127.issue18961@roundup.psfhosted.org>
2021-06-18 22:17:37iritkatriellinkissue18961 messages
2021-06-18 22:17:37iritkatrielcreate