[pypy-svn] r14927 - pypy/dist/pypy/translator/goal

arigo at codespeak.net arigo at codespeak.net
Fri Jul 22 18:26:21 CEST 2005


Author: arigo
Date: Fri Jul 22 18:26:20 2005
New Revision: 14927

Modified:
   pypy/dist/pypy/translator/goal/ISSUES.txt
Log:
This seems to be done.


Modified: pypy/dist/pypy/translator/goal/ISSUES.txt
==============================================================================
--- pypy/dist/pypy/translator/goal/ISSUES.txt	(original)
+++ pypy/dist/pypy/translator/goal/ISSUES.txt	Fri Jul 22 18:26:20 2005
@@ -233,10 +233,6 @@
     .. block at -1 with 1 exits
     .. v642230 = simple_call((builtin_function_or_method join), v642219)
 
-  * the PBCReprs generally lack a convert_from_to() to convert from a small PBC
-    set to a larger one. (at least as for what is triggered by the PyPy codebase
-    this is implemented)
-
   * the pypy trunk is still not annotable:
      - see issue92 about parser typing problems
      progress has been made on this



More information about the Pypy-commit mailing list