Message396104
| 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' |
|