From cca0bfa1c7ddb6f2fdf1185a9a5a130c619e7e76 2012-04-18 13:07:05 From: Thomas Kluyver Date: 2012-04-18 13:07:05 Subject: [PATCH] Workaround for bug in Python 3.1 py_compile --- diff --git a/IPython/core/tests/nonascii.py b/IPython/core/tests/nonascii.py index 8f88c3e..17ff7d3 100644 --- a/IPython/core/tests/nonascii.py +++ b/IPython/core/tests/nonascii.py @@ -1,4 +1,4 @@ -# encoding: iso-8859-5 +# coding: iso-8859-5 # (Unlikely to be the default encoding for most testers.) # ������������������� <- Cyrillic characters from __future__ import unicode_literals