[pypy-svn] pypy default: Another TODO item

amauryfa commits-noreply at bitbucket.org
Wed Feb 16 10:40:15 CET 2011


Author: Amaury Forgeot d'Arc <amauryfa at gmail.com>
Branch: 
Changeset: r42017:76129afaa04d
Date: 2011-02-16 10:13 +0100
http://bitbucket.org/pypy/pypy/changeset/76129afaa04d/

Log:	Another TODO item

diff --git a/lib-python/TODO b/lib-python/TODO
--- a/lib-python/TODO
+++ b/lib-python/TODO
@@ -29,6 +29,11 @@
                           unicode_literals)
   assert type("") is unicode
 
+- Code like::
+
+  assert(x is not None, "error message")
+
+  should emit a SyntaxWarning when compiled (the tuple is always true)
 
 
 Medium tasks


More information about the Pypy-commit mailing list