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 brett.cannon
Recipients Laurent.Mazuel, brett.cannon, eric.smith, eryksun, paul.moore, steve.dower, tim.golden, zach.ware
Date 2017-03-15.19:05:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1489604742.8.0.388845592303.issue29805@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-03-15 19:05:42brett.cannonsetrecipients: + brett.cannon, paul.moore, eric.smith, tim.golden, Laurent.Mazuel, zach.ware, eryksun, steve.dower
2017-03-15 19:05:42brett.cannonsetmessageid: <1489604742.8.0.388845592303.issue29805@psf.upfronthosting.co.za>
2017-03-15 19:05:42brett.cannonlinkissue29805 messages
2017-03-15 19:05:42brett.cannoncreate