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

pedronis at codespeak.net pedronis at codespeak.net
Wed Jul 13 19:51:12 CEST 2005


Author: pedronis
Date: Wed Jul 13 19:51:11 2005
New Revision: 14637

Modified:
   pypy/dist/pypy/translator/goal/ISSUES.txt
Log:
fixed.



Modified: pypy/dist/pypy/translator/goal/ISSUES.txt
==============================================================================
--- pypy/dist/pypy/translator/goal/ISSUES.txt	(original)
+++ pypy/dist/pypy/translator/goal/ISSUES.txt	Wed Jul 13 19:51:11 2005
@@ -11,8 +11,4 @@
 
   * how to implement the three overrides of translator/ann_override.py ?
 
-  * we get tons of warnings about attributes like 'co_code' that seem to be
-    erroneously attached to the base 'Code' class, instead of staying on
-    'PyCode'.
-
   * the pypy trunk is still not annotable.



More information about the Pypy-commit mailing list