Author: Philip Jenvey <[email protected]>
Branch: py3k
Changeset: r74271:5a19346c71a9
Date: 2014-10-28 14:09 -0700
http://bitbucket.org/pypy/pypy/changeset/5a19346c71a9/
Log: backout 07bfeead7109: this breaks other things
diff --git a/lib_pypy/pyrepl/reader.py b/lib_pypy/pyrepl/reader.py
--- a/lib_pypy/pyrepl/reader.py
+++ b/lib_pypy/pyrepl/reader.py
@@ -54,7 +54,7 @@
return u[c]
else:
if unicodedata.category(c).startswith('C'):
- return '\u%04x' % ord(c)
+ return br'\u%04x' % ord(c)
else:
return c
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit