Kaydet (Commit) f4a5912d authored tarafından Guido van Rossum's avatar Guido van Rossum

add remove==unlink; mark strftime as varargs

üst ad1f7eeb
......@@ -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},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment