mirror of
https://github.com/python/cpython.git
synced 2025-10-18 20:58:48 +00:00
add remove==unlink; mark strftime as varargs
This commit is contained in:
parent
ad1f7eeb32
commit
f4a5912d51
1 changed files with 1 additions and 0 deletions
|
@ -1426,6 +1426,7 @@ static struct methodlist posix_methods[] = {
|
||||||
{"uname", posix_uname},
|
{"uname", posix_uname},
|
||||||
#endif /* HAVE_UNAME */
|
#endif /* HAVE_UNAME */
|
||||||
{"unlink", posix_unlink},
|
{"unlink", posix_unlink},
|
||||||
|
{"remove", posix_unlink},
|
||||||
{"utime", posix_utime},
|
{"utime", posix_utime},
|
||||||
#ifdef HAVE_TIMES
|
#ifdef HAVE_TIMES
|
||||||
{"times", posix_times},
|
{"times", posix_times},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue