[pypy-commit] pypy rpython-bytearray: merge default

fijal noreply at buildbot.pypy.org
Wed Dec 26 11:24:44 CET 2012


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: rpython-bytearray
Changeset: r59559:eaf40b4f51c7
Date: 2012-12-26 12:24 +0200
http://bitbucket.org/pypy/pypy/changeset/eaf40b4f51c7/

Log:	merge default

diff --git a/pypy/rpython/test/test_runicode.py b/pypy/rpython/test/test_runicode.py
--- a/pypy/rpython/test/test_runicode.py
+++ b/pypy/rpython/test/test_runicode.py
@@ -267,6 +267,7 @@
 
     test_char_isxxx = unsupported
     test_isdigit = unsupported
+    test_str_isalpha = unsupported
     test_upper = unsupported
     test_lower = unsupported
     test_splitlines = unsupported


More information about the pypy-commit mailing list