[pypy-svn] r79879 - pypy/branch/fast-forward/lib-python

agaynor at codespeak.net agaynor at codespeak.net
Tue Dec 7 22:53:45 CET 2010


Author: agaynor
Date: Tue Dec  7 22:53:44 2010
New Revision: 79879

Modified:
   pypy/branch/fast-forward/lib-python/TODO
Log:
This is done.


Modified: pypy/branch/fast-forward/lib-python/TODO
==============================================================================
--- pypy/branch/fast-forward/lib-python/TODO	(original)
+++ pypy/branch/fast-forward/lib-python/TODO	Tue Dec  7 22:53:44 2010
@@ -22,7 +22,7 @@
 
       @test_support.cpython_only
 
-- (list|str|unicode|bytearray).(index|find) should accept None as indices
+- (list|unicode|bytearray).(index|find) should accept None as indices
 
 - Fix fcntl.fcntl(fd, fcntl.F_NOTIFY, fcntl.DN_MULTISHOT) on 32bit platform.
 



More information about the Pypy-commit mailing list