commit | 346737fc193c9a2e7033519d9767132bc0c9312b | [log] [tgz] |
---|---|---|
author | Walter Dörwald <walter@livinglogic.de> | Thu May 31 10:44:43 2007 +0000 |
committer | Walter Dörwald <walter@livinglogic.de> | Thu May 31 10:44:43 2007 +0000 |
tree | 596bc90a331e2e83d621e022029feb263b3f99f7 | |
parent | 3e1b85ead189a33dc20c190bfe6428c991a8ee04 [diff] |
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.