]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #10833: Use PyUnicode_FromFormat() and PyErr_Format() instead of
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 21 Mar 2011 12:26:24 +0000 (13:26 +0100)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 21 Mar 2011 12:26:24 +0000 (13:26 +0100)
commit499dfcf29da7b7d1ca11f697cece773936c2ba42
tree5b295eac3254ac6d6f0253d037081d7456ff9d7c
parentbfc7bf06a63b5bf4cac0dae7c0d370fbc81563f9
Issue #10833: Use PyUnicode_FromFormat() and PyErr_Format() instead of
PyOS_snprintf().
Modules/_elementtree.c
Modules/_testcapimodule.c
Modules/gcmodule.c
Modules/pyexpat.c
Modules/timemodule.c
Objects/weakrefobject.c