[pypy-svn] r15615 - pypy/dist/lib-python

ale at codespeak.net ale at codespeak.net
Thu Aug 4 14:17:06 CEST 2005


Author: ale
Date: Thu Aug  4 14:17:05 2005
New Revision: 15615

Modified:
   pypy/dist/lib-python/failure_list.txt
Log:
I will workand adding len to SeqIter and friends

Modified: pypy/dist/lib-python/failure_list.txt
==============================================================================
--- pypy/dist/lib-python/failure_list.txt	(original)
+++ pypy/dist/lib-python/failure_list.txt	Thu Aug  4 14:17:05 2005
@@ -7,7 +7,7 @@
 multiple tests fail because from __future__ import division does 
 not work (true division is never enabled)
 
-test_iterlen 
+test_iterlen (ale will work on this)
 
     fails because len is not implemented for SeqIter (and
     other structures like generators (reversed) )



More information about the Pypy-commit mailing list