Brett Cannon added the comment:

I should also mention that rename() 
(https://docs.python.org/3/library/pathlib.html#pathlib.Path.rename) and 
replace() (https://docs.python.org/3/library/pathlib.html#pathlib.Path.replace) 
already do exist, so it might be best to add a keyword-only flag to one of 
those for this use-case.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue29805>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to