[pypy-svn] r78708 - pypy/branch/fast-forward/lib-python

afa at codespeak.net afa at codespeak.net
Thu Nov 4 22:32:02 CET 2010


Author: afa
Date: Thu Nov  4 22:32:01 2010
New Revision: 78708

Modified:
   pypy/branch/fast-forward/lib-python/TODO
Log:
Update TODO file


Modified: pypy/branch/fast-forward/lib-python/TODO
==============================================================================
--- pypy/branch/fast-forward/lib-python/TODO	(original)
+++ pypy/branch/fast-forward/lib-python/TODO	Thu Nov  4 22:32:01 2010
@@ -42,11 +42,13 @@
 
 - signal.set_wakeup_fd()
 
+- add 'unicode' in ObjSpace.MethodTable + probably a default implementation that
+  falls back to space.str().
+
 Longer tasks
 ------------
 
-- Implement the _io module.  At least _io.FileIO, and have io.py import
-  everything from _pyio.py
+- Finish the _io module.
 
 - Finish _multiprocessing
 
@@ -54,6 +56,10 @@
 
 - Enable -3 option to run test_py3kwarn.
 
+- Change the way the unicodedata module stores its database: in
+  unicodedb_5_2_0.py, the "_composition" map contains values > 2**32 which
+  causes the translation to fail.
+
 More difficult issues
 ---------------------
 



More information about the Pypy-commit mailing list