
report at bugs
Jul 21, 2012, 1:31 AM
Post #1 of 5
(68 views)
Permalink
|
|
[issue15411] os.chmod() does not follow symlinks on Windows
|
|
New submission from Atsuo Ishimoto <ishimoto [at] gembook>: 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 <report [at] bugs> <http://bugs.python.org/issue15411> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|