New submission from Atsuo Ishimoto <ishim...@gembook.org>: 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) ---------- components: Library (Lib), Windows files: chmod_symlink_win32.patch keywords: patch messages: 165996 nosy: ishimoto priority: normal severity: normal status: open title: os.chmod() does not follow symlinks on Windows type: enhancement versions: Python 3.4 Added file: http://bugs.python.org/file26462/chmod_symlink_win32.patch _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue15411> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com