• Guido van Rossum's avatar
    Partially implement SF feature request 444708. · 018b0eb0
    Guido van Rossum yazdı
    Add optional arg to string methods strip(), lstrip(), rstrip().
    The optional arg specifies characters to delete.
    
    Also for UserString.
    
    Still to do:
    
    - Misc/NEWS
    - LaTeX docs (I did the docstrings though)
    - Unicode methods, and Unicode support in the string methods.
    018b0eb0
UserString.py 7.72 KB