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 barry
Recipients Dominic.Cerquetti, andrea.corbellini, barry, python-dev, vinay.sajip
Date 2014-06-04.17:55:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401904557.52.0.441153102524.issue18807@psf.upfronthosting.co.za>
In-reply-to
Content
The os.chmod() will fail if path is a symlink.  At the very least it must be guarded by a `not os.path.islink()` call like above it.  I'll add this check to 3.4 and 3.5.
History
Date User Action Args
2014-06-04 17:55:57barrysetrecipients: + barry, vinay.sajip, andrea.corbellini, python-dev, Dominic.Cerquetti
2014-06-04 17:55:57barrysetmessageid: <1401904557.52.0.441153102524.issue18807@psf.upfronthosting.co.za>
2014-06-04 17:55:57barrylinkissue18807 messages
2014-06-04 17:55:57barrycreate