[Python-Dev] Patches

Skip Montanaro skip@mojam.com (Skip Montanaro)
Tue, 18 Jul 2000 09:19:51 -0500 (CDT)


    Thomas> - Optional pad character for rjust, ljust
    Thomas> Definately +1, but I have a nagging feeling there is a better
    Thomas> way to do it: Why wasn't this implemented before ? What are
    Thomas> people using instead of string.rjust(string, padchar) ?

Perhaps it's just obscure (to me).  I don't believe I've ever used [lr]just.

Skip