[issue9332] Document requirements for os.symlink usage on Windows

2011-01-03 Thread Brian Curtin
Brian Curtin cur...@acm.org added the comment: Closed. I'll be adding this in #10608. -- resolution: - duplicate stage: needs patch - committed/rejected status: open - closed superseder: - Add a section to Windows FAQ explaining os.symlink ___

[issue9332] Document requirements for os.symlink usage on Windows

2010-08-01 Thread Ned Batchelder
Ned Batchelder ned...@users.sourceforge.net added the comment: This breaks virtualenv3 on Python 3.2, which simply test for the existence of os.symlink, which then fails for lack of privileges. Perhaps an os.can_symlink() method, returning a boolean? It can request privileges if you like,

[issue9332] Document requirements for os.symlink usage on Windows

2010-08-01 Thread Jason R. Coombs
Jason R. Coombs jar...@jaraco.com added the comment: Ned, you bring up a good point. Please see #9333 for a discussion on the new os.symlink and privileges. -- ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9332

[issue9332] Document requirements for os.symlink usage on Windows

2010-07-22 Thread Brian Curtin
New submission from Brian Curtin cur...@acm.org: #1578269 introduced os.symlink support for Windows 6.0, but it requires the SeCreateSymbolicLinkPrivilege privilege to be enabled for the calling user, which is not always the case. Documentation needs to be added on the specific details here,

[issue9332] Document requirements for os.symlink usage on Windows

2010-07-22 Thread Eric Smith
Changes by Eric Smith e...@trueblade.com: -- nosy: +eric.smith ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue9332 ___ ___ Python-bugs-list mailing