This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author hashimo
Recipients docs@python, hashimo
Date 2016-06-02.11:18:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1464866299.22.0.549959469595.issue27180@psf.upfronthosting.co.za>
In-reply-to
Content
The behavior of Path().rename() is same as os.rename() (replaces silently if dest file is already existent on Unix) but it's difficult to catch from current pathlib documentation (I found it from source of pathlib) from comparing with replace().

IMHO, it should be described on pathlilb documentation.
History
Date User Action Args
2016-06-02 11:18:19hashimosetrecipients: + hashimo, docs@python
2016-06-02 11:18:19hashimosetmessageid: <1464866299.22.0.549959469595.issue27180@psf.upfronthosting.co.za>
2016-06-02 11:18:19hashimolinkissue27180 messages
2016-06-02 11:18:18hashimocreate