Author: Alex Gaynor <[email protected]>
Branch: stdlib-2.7.8
Changeset: r72991:192d1f3c02bf
Date: 2014-08-22 20:01 -0700
http://bitbucket.org/pypy/pypy/changeset/192d1f3c02bf/
Log: Added encoding cookies to these files
diff --git a/pypy/module/exceptions/test/test_exc.py
b/pypy/module/exceptions/test/test_exc.py
--- a/pypy/module/exceptions/test/test_exc.py
+++ b/pypy/module/exceptions/test/test_exc.py
@@ -1,3 +1,5 @@
+# -*- coding: utf-8 -*-
+
class AppTestExc(object):
spaceconfig = dict(usemodules=('exceptions',))
diff --git a/pypy/module/operator/test/test_operator.py
b/pypy/module/operator/test/test_operator.py
--- a/pypy/module/operator/test/test_operator.py
+++ b/pypy/module/operator/test/test_operator.py
@@ -1,3 +1,4 @@
+# -*- coding: utf-8 -*-
class AppTestOperator:
def test_equality(self):
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit