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.

classification
Title: Add Vista/7 symlink support
Type: enhancement Stage: resolved
Components: Library (Lib), Windows Versions:
process
Status: closed Resolution: duplicate
Dependencies: Superseder:
Assigned To: Nosy List: ezio.melotti, ipatrol, tim.golden
Priority: normal Keywords:

Created on 2010-02-10 15:56 by ipatrol, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Messages (3)
msg99170 - (view) Author: (ipatrol) Date: 2010-02-10 15:56
I would like to see support for NTFS symbolic links to be added to the os module. As simple Popen('mklink') implementation could be used. Any other ideas?
msg99172 - (view) Author: Ezio Melotti (ezio.melotti) * (Python committer) Date: 2010-02-10 16:00
Duplicate of #1578269.
msg99174 - (view) Author: Tim Golden (tim.golden) * (Python committer) Date: 2010-02-10 16:05
Duplicate of Issue1578269 by the look
History
Date User Action Args
2022-04-11 14:56:57adminsetgithub: 52149
2010-02-10 16:05:54tim.goldensetnosy: + tim.golden
messages: + msg99174
2010-02-10 16:00:00ezio.melottisetstatus: open -> closed

nosy: + ezio.melotti
messages: + msg99172

resolution: duplicate
stage: resolved
2010-02-10 15:56:45ipatrolcreate