This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients Narendra L, serhiy.storchaka
Date 2018-02-05.11:13:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1517829228.33.0.467229070634.issue32772@psf.upfronthosting.co.za>
In-reply-to
Content
It works as documented. Removes characters specified by the argument from the string. In your example the argument contains "e", but doesn't contain "d". Therefore starting characters up to "d" have been removed.
History
Date User Action Args
2018-02-05 11:13:48serhiy.storchakasetrecipients: + serhiy.storchaka, Narendra L
2018-02-05 11:13:48serhiy.storchakasetmessageid: <1517829228.33.0.467229070634.issue32772@psf.upfronthosting.co.za>
2018-02-05 11:13:48serhiy.storchakalinkissue32772 messages
2018-02-05 11:13:48serhiy.storchakacreate