Browse Source
If the destination of os.rename() exists then it will be overwritten if it is a file. This is the POSIX behaviour, which is also the CPython behaviour, and so we follow suit. See issue #2598 for discussion.pull/2650/merge
Damien George
8 years ago
3 changed files with 16 additions and 0 deletions
Loading…
Reference in new issue