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

pedronis at codespeak.net pedronis at codespeak.net
Fri Aug 5 13:52:44 CEST 2005


Author: pedronis
Date: Fri Aug  5 13:52:43 2005
New Revision: 15681

Modified:
   pypy/dist/lib-python/failure_list.txt
Log:
update



Modified: pypy/dist/lib-python/failure_list.txt
==============================================================================
--- pypy/dist/lib-python/failure_list.txt	(original)
+++ pypy/dist/lib-python/failure_list.txt	Fri Aug  5 13:52:43 2005
@@ -43,6 +43,6 @@
    overriding __repr__ in a dict subclass doesn't change the str().
    The dict class should not have an __str__ of its own.
 
-test_sort FIXED?
+test_sort FIXED
    different way of detecting mutations during sort: PyPy didn't detect
    changes done by the __del__ method of the key-wrapper objects.



More information about the Pypy-commit mailing list