[pypy-svn] r41859 - pypy/dist/pypy/doc
arigo at codespeak.net
arigo at codespeak.net
Tue Apr 3 18:44:58 CEST 2007
Author: arigo
Date: Tue Apr 3 18:44:57 2007
New Revision: 41859
Modified:
pypy/dist/pypy/doc/cleanup-todo.txt
Log:
Unicode strings in RPython!
Modified: pypy/dist/pypy/doc/cleanup-todo.txt
==============================================================================
--- pypy/dist/pypy/doc/cleanup-todo.txt (original)
+++ pypy/dist/pypy/doc/cleanup-todo.txt Tue Apr 3 18:44:57 2007
@@ -25,6 +25,7 @@
https://codespeak.net/issue/pypy-dev/issue303 and the fact that
we can have more than one translator/annotator around (with the
timeshifter)
+ - unicode strings in RPython
interpreter
-----------
@@ -32,4 +33,4 @@
- review the things implemented at applevel whether they are performance-
critical
- - review threading (especially GIL). It's segfaulting quite often now.
\ No newline at end of file
+ - review threading (especially GIL). It's segfaulting quite often now.
More information about the pypy-svn
mailing list