]> granicus.if.org Git - python/commit
PyString_FromFormatV, string_repr: document why these use sprintf
authorTim Peters <tim.peters@gmail.com>
Mon, 3 Dec 2001 01:55:38 +0000 (01:55 +0000)
committerTim Peters <tim.peters@gmail.com>
Mon, 3 Dec 2001 01:55:38 +0000 (01:55 +0000)
commit9161c8b0a1902269a3fad313ed201137d803dcd4
tree84dfb4b190e8a44e68db662efea25aaab98d6207
parent4b80085dddba9cfb06aa3ee74b65371a209c5ab0
PyString_FromFormatV, string_repr:  document why these use sprintf
instead of PyOS_snprintf; add some relevant comments and asserts.
Objects/stringobject.c