Author: Nate Bragg
Branch: lstrip_to_empty_string
Changeset: r90834:2275619cea33
Date: 2017-03-28 07:10 -0400
http://bitbucket.org/pypy/pypy/changeset/2275619cea33/
Log:If possible, make lstrip consume the whole string.
Previously, it would not consume the final character even if it
Author: Nate Bragg
Branch: lstrip_to_empty_string
Changeset: r90833:835b7eebd891
Date: 2017-03-28 07:07 -0400
http://bitbucket.org/pypy/pypy/changeset/835b7eebd891/
Log:Failing test showing that lstrip doesn`t consume a whole string.
diff --git a/rpython/rtyper/test/test_rstr.py b/rpython