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 wsqat
Recipients wsqat
Date 2020-11-18.10:13:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1605694411.96.0.528193518903.issue42397@roundup.psfhosted.org>
In-reply-to
Content
>>> "prefix_prj_t_suffix".strip().lstrip('prefix_prj_').rstrip('_suffix')
't'
>>> "data_prj_t_suffix".strip().lstrip('data_prj_').rstrip('_suffix')
''
History
Date User Action Args
2020-11-18 10:13:31wsqatsetrecipients: + wsqat
2020-11-18 10:13:31wsqatsetmessageid: <1605694411.96.0.528193518903.issue42397@roundup.psfhosted.org>
2020-11-18 10:13:31wsqatlinkissue42397 messages
2020-11-18 10:13:31wsqatcreate