]> granicus.if.org Git - python/commit
Add a format character %S to PyUnicode_FromFormat() that
authorWalter Dörwald <walter@livinglogic.de>
Wed, 23 May 2007 21:02:42 +0000 (21:02 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Wed, 23 May 2007 21:02:42 +0000 (21:02 +0000)
commit1be7e3f2ec91a811e76972c3c7a986795f7dadbd
treef3ff782d88a2d63383b02d75a31f2cca5fbdef44
parent6252e10ed906eb419a75b310f7c0d6696a4eeb46
Add a format character %S to PyUnicode_FromFormat() that
embeds the result of PyObject_Unicode() into the resulting
unicode string.
Objects/unicodeobject.c