[pypy-svn] r71027 - pypy/trunk/pypy/rlib

cfbolz at codespeak.net cfbolz at codespeak.net
Mon Feb 1 11:53:39 CET 2010


Author: cfbolz
Date: Mon Feb  1 11:53:38 2010
New Revision: 71027

Modified:
   pypy/trunk/pypy/rlib/runicode.py
Log:
an XXX: some of the unicode codecs should really use string builders


Modified: pypy/trunk/pypy/rlib/runicode.py
==============================================================================
--- pypy/trunk/pypy/rlib/runicode.py	(original)
+++ pypy/trunk/pypy/rlib/runicode.py	Mon Feb  1 11:53:38 2010
@@ -40,6 +40,8 @@
     UNICHR = unichr
     ORD = ord
 
+# XXX review the functions below and think about using stringbuilders for them
+
 
 def raise_unicode_exception_decode(errors, encoding, msg, s,
                                    startingpos, endingpos):



More information about the Pypy-commit mailing list