Author: Philip Jenvey <[email protected]>
Branch: py3k
Changeset: r64647:af8c6a0e046d
Date: 2013-05-28 15:10 -0700
http://bitbucket.org/pypy/pypy/changeset/af8c6a0e046d/
Log: fix
diff --git a/pypy/module/_codecs/interp_codecs.py
b/pypy/module/_codecs/interp_codecs.py
--- a/pypy/module/_codecs/interp_codecs.py
+++ b/pypy/module/_codecs/interp_codecs.py
@@ -372,7 +372,7 @@
space.wrap(start + consumed)])
else:
raise operationerrfmt(space.w_TypeError,
- "don't know how to handle %s in error callback",
+ "don't know how to handle %T in error callback",
w_exc)
def register_builtin_error_handlers(space):
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit