mirror of
https://github.com/python/cpython.git
synced 2025-10-17 20:28:43 +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},
|
||||
#endif /* HAVE_UNAME */
|
||||
{"unlink", posix_unlink},
|
||||
{"remove", posix_unlink},
|
||||
{"utime", posix_utime},
|
||||
#ifdef HAVE_TIMES
|
||||
{"times", posix_times},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue