Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
6d17d716
Commit
6d17d716
authored
Dec 28, 2010
by
Brian Curtin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor doc update for #9333. Took out the phrasing about os.symlink not
existing and mentioned the OSError possibility.
parent
9fb73ba7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
6 deletions
+9
-6
Doc/library/os.rst
Doc/library/os.rst
+9
-6
No files found.
Doc/library/os.rst
View file @
6d17d716
...
...
@@ -1395,12 +1395,15 @@ Files and Directories
.. note::
The *SeCreateSymbolicLinkPrivilege* is required in order to create
symlinks, so the function is only available when the privilege is held.
This privilege is not typically granted to regular users but is available
to accounts which can escalate privileges to the administrator level.
Either obtaining the privilege or running your application as an
administrator are ways to successfully create symlinks.
The *SeCreateSymbolicLinkPrivilege* is required in order to successfully
create symlinks. This privilege is not typically granted to regular
users but is available to accounts which can escalate privileges to the
administrator level. Either obtaining the privilege or running your
application as an administrator are ways to successfully create symlinks.
:exc:`OSError` is raised when the function is called by an unprivileged
user.
Availability: Unix, Windows.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment