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 zach.ware
Recipients Athul-R, zach.ware
Date 2020-11-10.15:48:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1605023337.32.0.920584424424.issue42313@roundup.psfhosted.org>
In-reply-to
Content
See https://docs.python.org/3/library/stdtypes.html#str.rstrip

The `{l,r,}strip` methods remove all characters contained in the passed-in string; `"aabbccddeeffgg".rstrip("gfe") == "aabbccdd"`
History
Date User Action Args
2020-11-10 15:48:57zach.waresetrecipients: + zach.ware, Athul-R
2020-11-10 15:48:57zach.waresetmessageid: <1605023337.32.0.920584424424.issue42313@roundup.psfhosted.org>
2020-11-10 15:48:57zach.warelinkissue42313 messages
2020-11-10 15:48:57zach.warecreate