[pypy-svn] pypy default: update TODO

amauryfa commits-noreply at bitbucket.org
Mon Feb 14 22:12:49 CET 2011


Author: Amaury Forgeot d'Arc <amauryfa at gmail.com>
Branch: 
Changeset: r41931:299183fd9740
Date: 2011-02-14 22:12 +0100
http://bitbucket.org/pypy/pypy/changeset/299183fd9740/

Log:	update TODO

diff --git a/lib-python/TODO b/lib-python/TODO
--- a/lib-python/TODO
+++ b/lib-python/TODO
@@ -18,6 +18,10 @@
 
 - missing module pyexpat.errors
 
+- support for PYTHONIOENCODING, this needs a way to update file.encoding
+
+- implement format__Complex_ANY() in pypy/objspace/std/complexobject.py
+
 
 Medium tasks
 ------------
@@ -30,6 +34,12 @@
 
 - socket module has a couple of changes (including AF_TIPC packet range)
 
+- (test_lib2to3) When a "for" loop runs a generator function, if the loop is
+  exited before the end, the "finally" clause of the generator is not called
+  until the next gc collection.  In our case, in lib2to3/pytree.py,
+  WildcardPattern.match_seq() does not exhaust the generate_matches() generator,
+  and stderr is not restored.
+
 
 Longer tasks
 ------------


More information about the Pypy-commit mailing list