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 Laurent.Mazuel
Recipients Laurent.Mazuel, brett.cannon, paul.moore, steve.dower, tim.golden, zach.ware
Date 2017-03-13.21:25:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1489440327.58.0.184284366241.issue29805@psf.upfronthosting.co.za>
In-reply-to
Content
Just to confirm, I was able to workaround it with Py3.6:

    # client_generated_path.replace(destination_folder)
    shutil.move(client_generated_path, destination_folder)

It is reasonable to think about adding a similar feature to pathlib if it doesn't support it and just special-case the drive-to-drive scenario for Windows
History
Date User Action Args
2017-03-13 21:25:27Laurent.Mazuelsetrecipients: + Laurent.Mazuel, brett.cannon, paul.moore, tim.golden, zach.ware, steve.dower
2017-03-13 21:25:27Laurent.Mazuelsetmessageid: <1489440327.58.0.184284366241.issue29805@psf.upfronthosting.co.za>
2017-03-13 21:25:27Laurent.Mazuellinkissue29805 messages
2017-03-13 21:25:27Laurent.Mazuelcreate