[New-bugs-announce] [issue3047] string object's lstrip function

Jura report at bugs.python.org
Fri Jun 6 09:43:20 CEST 2008


New submission from Jura <jsostok at yahoo.com>:

example from command line:

'_element_no_of_hsscch'.lstrip('_element_')
'o_of_hsscch'
'_element_o_of_hsscch'.lstrip('_element_')
'o_of_hsscch'

----------
components: Interpreter Core
messages: 67748
nosy: jsostok
severity: normal
status: open
title: string object's lstrip function
type: behavior
versions: Python 2.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3047>
_______________________________________


More information about the New-bugs-announce mailing list