]> granicus.if.org Git - python/commit
Add a format specifier %V to PyUnicode_FromFormat(), that works similar to %U,
authorWalter Dörwald <walter@livinglogic.de>
Mon, 11 Jun 2007 16:36:59 +0000 (16:36 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Mon, 11 Jun 2007 16:36:59 +0000 (16:36 +0000)
commitd7fb7644da4a79cf153045536c1e81da5ee706a0
tree5845faa89fa78d864344ea7cbe66bb93d2e51b3e
parent3ef72bb0a9b2e648537f0334a0d86fea0a21af04
Add a format specifier %V to PyUnicode_FromFormat(), that works similar to %U,
but requires an additional char * that will be used if the unicode object is
NULL.

Use %V in descrobject.c and classobject.c.
Objects/classobject.c
Objects/descrobject.c
Objects/unicodeobject.c