Skip to content

strip error #143185

@toywei

Description

@toywei

Bug report

Bug description:

Python 3.13.3 (tags/v3.13.3:6280bb5, Apr  8 2025, 14:47:33) [MSC v.1943 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license" for more information.
>>> 'bytedance_advertiser'.rstrip('_advertiser')
'bytedanc'
>>> 'bytedance_advertiser'.rstrip('advertiser')
'bytedance_'
>>> 'tecent_advertiser'.rstrip('advertiser')
'tecent_'
>>> 'tecent_advertiser'.rstrip('_advertiser')
'tecen'
>>>

CPython versions tested on:

3.13

Operating systems tested on:

Windows

Metadata

Metadata

Assignees

No one assigned

    Labels

    invalidtype-bugAn unexpected behavior, bug, or error

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions