mark strftime as varargs

This commit is contained in:
Guido van Rossum 1996-02-13 00:14:09 +00:00
parent f4a5912d51
commit 5416e20037
1 changed files with 1 additions and 1 deletions

View File

@ -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 */
};