Author: Carl Friedrich Bolz-Tereick <[email protected]>
Branch: py3.6
Changeset: r94530:b557b77bd013
Date: 2018-05-12 17:29 +0200
http://bitbucket.org/pypy/pypy/changeset/b557b77bd013/

Log:    fix another problem

diff --git a/pypy/module/__builtin__/compiling.py 
b/pypy/module/__builtin__/compiling.py
--- a/pypy/module/__builtin__/compiling.py
+++ b/pypy/module/__builtin__/compiling.py
@@ -152,6 +152,6 @@
             if not space.is_w(w_class, w_class_from_cell):
                 raise oefmt(
                         space.w_TypeError,
-                        "__class__ set to %s defining %s as %s",
+                        "__class__ set to %S defining %S as %S",
                         w_class_from_cell, w_name, w_class)
     return w_class
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to