path module

Skip Montanaro skip at pobox.com
Fri Jul 25 12:46:54 EDT 2003


    holger> IMO you'll almost never use the following string-methods on a
    holger> 'Path' object:

    holger>     capitalize center count decode encode
    holger>     expandtabs find index isalnum isalpha isdigit
    holger>     islower isspace istitle isupper 
    holger>     ljust lstrip rjust splitlines startswith
    holger>     swapcase title translate zfill

In practice, I rarely use the above methods on string objects.  The only
exception is startswith. ;-)

Skip





More information about the Python-list mailing list