string.py

Fredrik Lundh effbot at telia.com
Wed Feb 16 15:43:22 EST 2000


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>





More information about the Python-list mailing list