string.py
Fredrik Lundh
effbot at telia.com
Wed Feb 16 15:43:22 EST 2000
More information about the Python-list mailing list
Wed Feb 16 15:43:22 EST 2000
- Previous message (by thread): string.py
- Next message (by thread): string.py
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Michael Hudson <mwh21 at cam.ac.uk> wrote: > While we're at it, I've just noticed that some things aren't string > methods that you might expect to be. > That leaves capwords, center, ljust, rjust and expandtabs. Is there a > reason for their omission? lazyness? the 16-bit unicode string object implements them all, so it shouldn't be that hard to add them to 8-bit strings. imo, this should be fixed before 1.6 (well, I'm not so sure about "capwords"...) </F>
- Previous message (by thread): string.py
- Next message (by thread): string.py
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list