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 Aaron.Swan
Recipients Aaron.Swan
Date 2014-06-27.17:54:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1403891675.36.0.790137038971.issue21876@psf.upfronthosting.co.za>
In-reply-to
Content
On Linux Red Hat os.rename(src,dst) does nothing when src and dst files are hard-linked.

It seems like the expected behavior would be the removal of the src file. This would be in keeping with the documentation that states: "On Unix, if dst exists and is a file, it will be replaced silently if the user has permission. "
History
Date User Action Args
2014-06-27 17:54:35Aaron.Swansetrecipients: + Aaron.Swan
2014-06-27 17:54:35Aaron.Swansetmessageid: <1403891675.36.0.790137038971.issue21876@psf.upfronthosting.co.za>
2014-06-27 17:54:35Aaron.Swanlinkissue21876 messages
2014-06-27 17:54:35Aaron.Swancreate