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 ishimoto
Recipients ishimoto
Date 2012-07-21.08:31:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1342859484.11.0.980886642738.issue15411@psf.upfronthosting.co.za>
In-reply-to
Content
os.chmod() should check symlinks if followsymlinks option is True on Windows. 

This is a cause of failure of test case 

   test.test_shutil.TestShutil.test_copymode_follow_symlinks

(#13837)
History
Date User Action Args
2012-07-21 08:31:25ishimotosetrecipients: + ishimoto
2012-07-21 08:31:24ishimotosetmessageid: <1342859484.11.0.980886642738.issue15411@psf.upfronthosting.co.za>
2012-07-21 08:31:22ishimotolinkissue15411 messages
2012-07-21 08:31:22ishimotocreate