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

pedronis at codespeak.net pedronis at codespeak.net
Thu Aug 4 16:09:21 CEST 2005


Author: pedronis
Date: Thu Aug  4 16:09:20 2005
New Revision: 15621

Modified:
   pypy/dist/lib-python/failure_list.txt
Log:
test_new passes now



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 16:09:20 2005
@@ -18,7 +18,6 @@
 test_decorator
     fails because globals and locals are None in a nested function ?
 
-test_new FIXED? stil problems with insufficient arg checking
 
 test_builtin
     - our compilers need to recognize BOM markers
@@ -27,3 +26,5 @@
     - unicode("\u0663", 'raw-unicode-escape') does not work properly
     - disallow interning of string subclasses
     - __future__ import division problems
+
+test_new FIXED
\ No newline at end of file



More information about the Pypy-commit mailing list