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 Anthony Sottile
Recipients Anthony Sottile, pitrou, vstinner
Date 2017-12-15.15:28:02
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1513351682.08.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)
History
Date User Action Args
2017-12-15 15:28:02Anthony Sottilesetrecipients: + Anthony Sottile, pitrou, vstinner
2017-12-15 15:28:02Anthony Sottilesetmessageid: <1513351682.08.0.213398074469.issue31940@psf.upfronthosting.co.za>
2017-12-15 15:28:02Anthony Sottilelinkissue31940 messages
2017-12-15 15:28:02Anthony Sottilecreate