It was python file and its first line was:
# coding=utf-8
That is what PEP 0263 requires. Alternatively it allows "formats recognized by popular editors", one of which is the -*- you suggested. So I guess the bug is that not all formats allowed by PEP 0263 are supported.
It was python file and its first line was:
# coding=utf-8
That is what PEP 0263 requires. Alternatively it allows "formats recognized by popular editors", one of which is the -*- you suggested. So I guess the bug is that not all formats allowed by PEP 0263 are supported.
I'll have a look at the source code.