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

afa at codespeak.net afa at codespeak.net
Mon Oct 18 21:35:02 CEST 2010


Author: afa
Date: Mon Oct 18 21:34:57 2010
New Revision: 78072

Modified:
   pypy/branch/fast-forward/lib-python/TODO
Log:
update TODO
(and thanks to Armin for the future_builtins module!)


Modified: pypy/branch/fast-forward/lib-python/TODO
==============================================================================
--- pypy/branch/fast-forward/lib-python/TODO	(original)
+++ pypy/branch/fast-forward/lib-python/TODO	Mon Oct 18 21:34:57 2010
@@ -26,8 +26,6 @@
 
 - Fix fcntl.fcntl(fd, fcntl.F_NOTIFY, fcntl.DN_MULTISHOT) on 32bit platform.
 
-- Missing module future_builtins
-
 Medium tasks
 ------------
 
@@ -47,7 +45,9 @@
 
 - Finish _multiprocessing
 
-- Update the _ssl module (entry point is now _ssl.sslwrap)
+- many features are missing from the _ssl module
+
+- Enable -3 option to run test_py3kwarn.
 
 More difficult issues
 ---------------------



More information about the Pypy-commit mailing list