commit | f3b2d88b676d5624aed157a70bfa5b606f8249ed | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Mon Jan 30 22:08:52 2012 +0100 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Mon Jan 30 22:08:52 2012 +0100 |
tree | e7f58514c9cffb403e33b41b65aba63399d255c4 | |
parent | 8a8945085f6f91688d2c8792acf1154322479816 [diff] [blame] |
Issue #8828: Add new function os.replace(), for cross-platform renaming with overwriting.
diff --git a/Misc/NEWS b/Misc/NEWS index 2607618..8b67257 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -463,6 +463,9 @@ Library ------- +- Issue #8828: Add new function os.replace(), for cross-platform renaming + with overwriting. + - Issue #13848: open() and the FileIO constructor now check for NUL characters in the file name. Patch by Hynek Schlawack.