In <[EMAIL PROTECTED]>,
[EMAIL PROTECTED] wrote:

> With some number:
> 
> In [2]: "% 3s" % 'a'
> Out[2]: '  a'

The space still doesn't have any effect here:

In [66]: "%3s" % 'a'
Out[66]: '  a'

Ciao,
        Marc 'BlackJack' Rintsch
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to