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 aronacher
Recipients aronacher, sprif
Date 2009-03-02.13:27:26
SpamBayes Score 0.00042814677
Marked as misclassified No
Message-id <1236000447.59.0.060947208569.issue1355826@psf.upfronthosting.co.za>
In-reply-to
Content
While this is surprising, this is documented behavior:

"If the destination is on the current filesystem, then simply use
rename. Otherwise, copy src (with copy2()) to the dst and then remove src."

And copy2() uses copystat() and does not copy "contents, owner, and group".
History
Date User Action Args
2009-03-02 13:27:27aronachersetrecipients: + aronacher, sprif
2009-03-02 13:27:27aronachersetmessageid: <1236000447.59.0.060947208569.issue1355826@psf.upfronthosting.co.za>
2009-03-02 13:27:26aronacherlinkissue1355826 messages
2009-03-02 13:27:26aronachercreate