commit | f4a5912d511375123e417ec022c9d9fc22f3602e | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Feb 13 00:12:56 1996 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Feb 13 00:12:56 1996 +0000 |
tree | bcdf52a73384d39ee2413b8c65637fb5a8ff79ca | |
parent | ad1f7eeb326cbd01903b3c72bd65ddd43a7a9593 [diff] |
add remove==unlink; mark strftime as varargs
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 @@ {"uname", posix_uname}, #endif /* HAVE_UNAME */ {"unlink", posix_unlink}, + {"remove", posix_unlink}, {"utime", posix_utime}, #ifdef HAVE_TIMES {"times", posix_times},