[pypy-svn] pypy default: Remove a few things from TODO.

alex_gaynor commits-noreply at bitbucket.org
Thu Feb 3 23:25:39 CET 2011


Author: Alex Gaynor <alex.gaynor at gmail.com>
Branch: 
Changeset: r41590:8d78e590934f
Date: 2011-02-03 17:25 -0500
http://bitbucket.org/pypy/pypy/changeset/8d78e590934f/

Log:	Remove a few things from TODO.

diff --git a/lib-python/TODO b/lib-python/TODO
--- a/lib-python/TODO
+++ b/lib-python/TODO
@@ -8,19 +8,11 @@
 Probably easy tasks
 -------------------
 
-- New complex syntax (see test_complex.py)::
-
-      assert complex("(1+2j)") == (1+2j)
-      assert complex("(1-2j)") == (1-2j)
-      assert complex("1e500") == complex(INF, 0.0)
-
 - (unicode|bytearray).(index|find) should accept None as indices (see
   test_unicode.py)
 
 - Fix fcntl.fcntl(fd, fcntl.F_NOTIFY, fcntl.DN_MULTISHOT) on 32bit platform.
 
-- missing functions in itertools: combinations, product...
-
 - in test_os.py, fix posix.setregid(-1, -1), posix.setreuid(-1, -1).  This
   proably requires to use the git_t typedef instead of rffi.INT.
 
@@ -45,8 +37,6 @@
 
 - socket module has a couple of changes (including AF_TIPC packet range)
 
-- implement _io.open() (currently it delegates to _pyio.open)
-
 - module/unicodedata/generate_unicodedb.py should parse LineBreaks.txt
   see http://svn.python.org/view?view=rev&revision=79494
 


More information about the Pypy-commit mailing list