[pypy-svn] r14713 - pypy/dist/pypy/translator/goal
pedronis at codespeak.net
pedronis at codespeak.net
Fri Jul 15 22:13:48 CEST 2005
Author: pedronis
Date: Fri Jul 15 22:13:47 2005
New Revision: 14713
Modified:
pypy/dist/pypy/translator/goal/ISSUES.txt
Log:
more issues
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 15 22:13:47 2005
@@ -4,6 +4,10 @@
Let's list and update here the issues that will show up, or have shown up
already sometime ago, while running translate_pypy::
+ * FlotRepr abs
+
+ * equality on instances (=== is)
+
* we need a call_args similar to simple_call (doing redispatching)
on MethodOfFrozenPBCRepr
More information about the Pypy-commit
mailing list