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 vstinner
Recipients Anthony Sottile, pitrou, vstinner
Date 2017-12-15.15:41:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513352474.64.0.213398074469.issue31940@psf.upfronthosting.co.za>
In-reply-to
Content
> if I'm reading the manpage correctly: `readlink` tells the filename that the symlink points to.  lchmod is concerned with setting the `stat` on the link itself (which only some platforms actually support)

Oops, my bad. Ignore my comment :-)
History
Date User Action Args
2017-12-15 15:41:14vstinnersetrecipients: + vstinner, pitrou, Anthony Sottile
2017-12-15 15:41:14vstinnersetmessageid: <1513352474.64.0.213398074469.issue31940@psf.upfronthosting.co.za>
2017-12-15 15:41:14vstinnerlinkissue31940 messages
2017-12-15 15:41:14vstinnercreate