[ditz-talk] [PATCH] make 'ditz status' align its output
William Morgan
wmorgan-ditz at masanjin.net
Mon Apr 28 19:02:44 EDT 2008
Reformatted excerpts from nicolas.pouillard's message of 2008-04-27:
> Have you an idea of who wrapped this line? I don't think it's mine,
> and its in the raw message too.
Sorry. Probably the Sup edit-messaage-as-new thing again. Who wrote such
a crappy email client anyways.
> Are you sure of the syntax "%42-s"? It seems to be rejected, you perhaps
> meant "%-42s"? If so I can change it my self.
Weird, it does seem to work for me:
>> "%-30s" % ["hello"]
=> "hello "
>> "%30-s" % ["hello"]
=> "hello "
>> "%30s" % ["hello"]
=> " hello"
--
William <wmorgan-ditz at masanjin.net>
More information about the ditz-talk
mailing list