Author: Philip Jenvey <[email protected]>
Branch: py3k
Changeset: r61884:5f0519858fdc
Date: 2013-02-28 21:37 -0800
http://bitbucket.org/pypy/pypy/changeset/5f0519858fdc/
Log: fix
diff --git a/pypy/interpreter/unicodehelper.py
b/pypy/interpreter/unicodehelper.py
--- a/pypy/interpreter/unicodehelper.py
+++ b/pypy/interpreter/unicodehelper.py
@@ -56,7 +56,7 @@
unicode_decode_locale_surrogateescape)
bytes = space.bytes_w(w_string)
uni = unicode_decode_locale_surrogateescape(
- bytes, errorhandler=encode_decode_handler(space))
+ bytes, errorhandler=decode_error_handler(space))
else:
from pypy.module.sys.interp_encoding import getfilesystemencoding
return space.call_method(w_string, 'decode',
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit