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

afa at codespeak.net afa at codespeak.net
Thu Sep 30 15:43:47 CEST 2010


Author: afa
Date: Thu Sep 30 15:43:46 2010
New Revision: 77495

Modified:
   pypy/branch/fast-forward/lib-python/TODO
Log:
Update 2.7 TODO list


Modified: pypy/branch/fast-forward/lib-python/TODO
==============================================================================
--- pypy/branch/fast-forward/lib-python/TODO	(original)
+++ pypy/branch/fast-forward/lib-python/TODO	Thu Sep 30 15:43:46 2010
@@ -24,6 +24,8 @@
 
       @test_support.cpython_only
 
+- (list|str|unicode|bytearray).(index|find) should accept None as indices
+
 Medium tasks
 ------------
 
@@ -49,3 +51,7 @@
 - In socket.py, """The implementation currently relies on reference counting to
   close the underlying socket object."""
 
+- Implement an after-fork hook (See PyOS_AfterFork in CPython) to clear thread
+  state in a forked interpreter.
+  Then unskip test_3_join_in_forked_from_thread() in test_threading.py.
+



More information about the Pypy-commit mailing list