add remove==unlink; mark strftime as varargs

This commit is contained in:
Guido van Rossum 1996-02-13 00:12:56 +00:00
parent ad1f7eeb32
commit f4a5912d51
1 changed files with 1 additions and 0 deletions

View File

@ -1426,6 +1426,7 @@ static struct methodlist posix_methods[] = {
{"uname", posix_uname},
#endif /* HAVE_UNAME */
{"unlink", posix_unlink},
{"remove", posix_unlink},
{"utime", posix_utime},
#ifdef HAVE_TIMES
{"times", posix_times},