Author: Amaury Forgeot d'Arc <[email protected]> Branch: SomeString-charclass Changeset: r72441:c1a7030e7a99 Date: 2014-07-13 20:32 +0200 http://bitbucket.org/pypy/pypy/changeset/c1a7030e7a99/
Log: oops diff --git a/rpython/rlib/types.py b/rpython/rlib/types.py --- a/rpython/rlib/types.py +++ b/rpython/rlib/types.py @@ -51,7 +51,7 @@ def str0(): - return model.s_str0 + return model.s_Str0 def char(): _______________________________________________ pypy-commit mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-commit
