При открытии емаксом исходника на питоне, в котором есть строка
# -*- encoding: utf8 -*- он выдает
Код: Выделить всё
The local variables list in second_py.py
contains values that may not be safe (*).
Do you want to apply it? You can type
y -- to apply the local variables list.
n -- to ignore local variables list.
! -- to apply the local variables list, and permanently nark these
values (*) as safe (in future, they will be set automatically.)
* encoding : utf8Нормально ли это и в чем может быть дело вообще?
Заранее спасибо...