]> granicus.if.org Git - python/commitdiff
add remove==unlink; mark strftime as varargs
authorGuido van Rossum <guido@python.org>
Tue, 13 Feb 1996 00:12:56 +0000 (00:12 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 13 Feb 1996 00:12:56 +0000 (00:12 +0000)
Modules/posixmodule.c

index faf3cb524a50544824ca8049ddbbc2279d09bdd9..ca311c4402d19c5af7d2e571b142d01ce8f68d61 100644 (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},