BPO | [15411](https://bugs.python.org/issue15411) --- | :--- Nosy | @atsuoishimoto, @tjguk, @asvetlov, @zware Files | [chmod_symlink_win32.patch](https://bugs.python.org/file26462/chmod_symlink_win32.patch "Uploaded as text/plain at 2012-07-21.08:31:18 by @atsuoishimoto")[chmod_symlink_win32_2.patch](https://bugs.python.org/file26464/chmod_symlink_win32_2.patch "Uploaded as text/plain at 2012-07-21.09:49:52 by @atsuoishimoto") *Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.* Show more details GitHub fields: ```python assignee = None closed_at = None created_at = labels = ['type-feature', 'library', 'OS-windows'] title = 'os.chmod() does not follow symlinks on Windows' updated_at = user = 'https://github.com/atsuoishimoto' ``` bugs.python.org fields: ```python activity = actor = 'BreamoreBoy' assignee = 'none' closed = False closed_date = None closer = None components = ['Library (Lib)', 'Windows'] creation = creator = 'ishimoto' dependencies = [] files = ['26462', '26464'] hgrepos = [] issue_num = 15411 keywords = ['patch'] message_count = 3.0 messages = ['165996', '166003', '223300'] nosy_count = 4.0 nosy_names = ['ishimoto', 'tim.golden', 'asvetlov', 'zach.ware'] pr_nums = [] priority = 'normal' resolution = None stage = 'patch review' status = 'open' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue15411' versions = ['Python 3.5'] ``` ### Linked PRs * gh-113049