]> granicus.if.org Git - python/commit
Add support for width, precision and zeropadding to the %d, %i, %u and %x
authorWalter Dörwald <walter@livinglogic.de>
Thu, 31 May 2007 10:44:43 +0000 (10:44 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Thu, 31 May 2007 10:44:43 +0000 (10:44 +0000)
commit346737fc193c9a2e7033519d9767132bc0c9312b
tree596bc90a331e2e83d621e022029feb263b3f99f7
parent3e1b85ead189a33dc20c190bfe6428c991a8ee04
Add support for width, precision and zeropadding to the %d, %i, %u and %x
format specifiers in PyUnicode_FromFormat().

Change unicode's tp_str implementation to return a unicode object.
Objects/unicodeobject.c