<div dir="ltr"><div>I find a bug in str.lstrip, when i call str.lstrip, i get this result.</div><div><br></div><div>tiny➜ ~ python</div><div>Python 2.7.5+ (default, Feb 27 2014, 19:37:08) </div><div>[GCC 4.8.1] on linux2</div><div>Type "help", "copyright", "credits" or "license" for more information.</div><div>>>> a='device_info'</div><div>>>> a.lstrip('device')</div><div>'_info'</div><div>>>> a.lstrip('device_')</div><div>'nfo'</div><div>>>> </div><div>tiny➜ ~ uname -a</div><div>Linux tinymint 3.11.0-12-generic #19-Ubuntu SMP Wed Oct 9 16:20:46 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux</div><div>tiny➜ ~ </div></div>