Author: Armin Rigo <ar...@tunes.org>
Branch: 
Changeset: r63745:defc92217d56
Date: 2013-04-29 09:50 +0200
http://bitbucket.org/pypy/pypy/changeset/defc92217d56/

Log:    Add test_str_isalnum in the unsupported-for-unicode list.

diff --git a/rpython/rtyper/test/test_runicode.py 
b/rpython/rtyper/test/test_runicode.py
--- a/rpython/rtyper/test/test_runicode.py
+++ b/rpython/rtyper/test/test_runicode.py
@@ -274,6 +274,7 @@
     test_char_isxxx = unsupported
     test_isdigit = unsupported
     test_str_isalpha = unsupported
+    test_str_isalnum = unsupported
     test_upper = unsupported
     test_lower = unsupported
     test_splitlines = unsupported
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to