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

pedronis at codespeak.net pedronis at codespeak.net
Thu Jul 14 12:51:23 CEST 2005


Author: pedronis
Date: Thu Jul 14 12:51:22 2005
New Revision: 14660

Modified:
   pypy/dist/pypy/translator/goal/ISSUES.txt
Log:
call_args support added



Modified: pypy/dist/pypy/translator/goal/ISSUES.txt
==============================================================================
--- pypy/dist/pypy/translator/goal/ISSUES.txt	(original)
+++ pypy/dist/pypy/translator/goal/ISSUES.txt	Thu Jul 14 12:51:22 2005
@@ -7,8 +7,6 @@
   * the PBCReprs generally lack a convert_from_to() to convert from a small PBC
     set to a larger one.
 
-  * 'call_args' needs to be implemented in rpbc.py.
-
   * how to implement the three overrides of translator/ann_override.py ?
 
   * the pypy trunk is still not annotable.



More information about the Pypy-commit mailing list