From f4a5912d511375123e417ec022c9d9fc22f3602e Mon Sep 17 00:00:00 2001 From: Guido van Rossum Date: Tue, 13 Feb 1996 00:12:56 +0000 Subject: add remove==unlink; mark strftime as varargs --- Modules/posixmodule.c | 1 + 1 file changed, 1 insertion(+) diff --git a/Modules/posixmodule.c b/Modules/posixmodule.c index faf3cb5..ca311c4 100644 --- a/Modules/posixmodule.c +++ b/Modules/posixmodule.c @@ -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}, -- cgit v0.12