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

afa at codespeak.net afa at codespeak.net
Thu Nov 4 22:56:14 CET 2010


Author: afa
Date: Thu Nov  4 22:56:13 2010
New Revision: 78709

Modified:
   pypy/branch/fast-forward/lib-python/TODO
Log:
One more largish TODO item


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:56:13 2010
@@ -60,6 +60,9 @@
   unicodedb_5_2_0.py, the "_composition" map contains values > 2**32 which
   causes the translation to fail.
 
+- "Shorter float representation": copy dtoa.c from CPython and use it to
+  format/parse floats.  Enable this with a translation option.
+
 More difficult issues
 ---------------------
 



More information about the Pypy-commit mailing list