]> granicus.if.org Git - python/commit
time.strftime(): replace PyErr_Format() by PyErr_SetString()
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 21 Mar 2011 01:14:53 +0000 (02:14 +0100)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 21 Mar 2011 01:14:53 +0000 (02:14 +0100)
commit6f0e4f99ab2f14864557e7f8dda1d575dd0e1f6c
treedfc98ad7fc1ae0ddb1ac0f083dc37c1b8e8ad779
parent13ed2ea7a21cf98acb4497aa1edd3202a99682c6
time.strftime(): replace PyErr_Format() by PyErr_SetString()

The argument was not used in the format string.
Modules/timemodule.c