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 christian.heimes
Recipients christian.heimes, hynek, milko.krachounov, tarek
Date 2013-02-13.11:10:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1360753831.24.0.898622654153.issue17180@psf.upfronthosting.co.za>
In-reply-to
Content
cp removes three bits unless preserve ownership is enabled and some additional things are true. 

mode &= ~ (S_ISUID | S_ISGID | S_ISVTX)

S_ISVTX is the sticky bit.
History
Date User Action Args
2013-02-13 11:10:31christian.heimessetrecipients: + christian.heimes, tarek, milko.krachounov, hynek
2013-02-13 11:10:31christian.heimessetmessageid: <1360753831.24.0.898622654153.issue17180@psf.upfronthosting.co.za>
2013-02-13 11:10:31christian.heimeslinkissue17180 messages
2013-02-13 11:10:31christian.heimescreate