mirror of https://github.com/python/cpython
add remove==unlink; mark strftime as varargs
This commit is contained in:
parent
ad1f7eeb32
commit
f4a5912d51
|
@ -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},
|
||||
|
|
Loading…
Reference in New Issue