strip bug?

baykiwi at gmail.com baykiwi at gmail.com
Tue Feb 24 18:05:22 EST 2015


>>> 'http://xthunder'.strip('http://')
'xthunder'
>>> 'http://thunder'.strip('http://')
'under'
>>>

I could understand backslash but forward slash?



More information about the Python-list mailing list