Message363558
The argument in lstrip() is a set of characters which are stripped from the string and not a full substring. As the documentation states: "The chars argument is not a prefix; rather, all combinations of its values are stripped" See https://docs.python.org/3/library/stdtypes.html#str.lstrip. |
|
Date |
User |
Action |
Args |
2020-03-06 21:36:39 | lkollar | set | recipients:
+ lkollar, Clayton Bingham |
2020-03-06 21:36:39 | lkollar | set | messageid: <1583530599.53.0.973318223523.issue39880@roundup.psfhosted.org> |
2020-03-06 21:36:39 | lkollar | link | issue39880 messages |
2020-03-06 21:36:39 | lkollar | create | |
|