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 serhiy.storchaka
Recipients ezio.melotti, flox, ishimoto, loewis, python-dev, serhiy.storchaka, tim.golden, vstinner
Date 2012-10-30.09:56:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1351590969.44.0.563251939852.issue15478@psf.upfronthosting.co.za>
In-reply-to
Content
See also issue16074.

> The patch changes also os.link(), os.rename() and os.replace() to use the source, not the destination, in the error message. It is maybe a mistake because these functions can also fail in the directory of the destination does not exist.

Yes, in different cases it can be the source, the destination, both, unknown or none of them.
History
Date User Action Args
2012-10-30 09:56:09serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, ishimoto, vstinner, tim.golden, ezio.melotti, flox, python-dev
2012-10-30 09:56:09serhiy.storchakasetmessageid: <1351590969.44.0.563251939852.issue15478@psf.upfronthosting.co.za>
2012-10-30 09:56:09serhiy.storchakalinkissue15478 messages
2012-10-30 09:56:09serhiy.storchakacreate