Author: Antonio Cuni <[email protected]> Branch: py3k Changeset: r57096:9b692e40a835 Date: 2012-09-03 17:30 +0200 http://bitbucket.org/pypy/pypy/changeset/9b692e40a835/
Log: add a TODO item diff --git a/TODO b/TODO --- a/TODO +++ b/TODO @@ -16,3 +16,6 @@ which has been commented out for now unskip numpypy tests in module/test_lib_pypy/numpypy/ + +optimize W_UnicodeObject, right now it stores both an unicode and an utf8 +version of the same string \ No newline at end of file _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
