Shouldn't %06s zero-pad a string?

Beat Bolli b11 at gmx.Dont-Spam.net
Thu Feb 13 13:51:34 EST 2003


Hi all!

During my latest Python writing I discovered that the expression
'%06s' % 'a' doesn't return '00000a', but '     a'.

The documentation never mentions that the zero-padding only applies to 
numbers. Bug or feature?

Thanks!

Beat Bolli





More information about the Python-list mailing list