Commit bce3a399 authored by Guido van Rossum's avatar Guido van Rossum

mark strftime as varargs

parent b11237bc
......@@ -281,7 +281,7 @@ static struct methodlist time_methods[] = {
{"ctime", time_ctime},
{"mktime", time_mktime},
#ifdef HAVE_STRFTIME
{"strftime", time_strftime},
{"strftime", time_strftime, 1},
#endif
{NULL, NULL} /* sentinel */
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment