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
13c70345
Commit
13c70345
authored
May 29, 2012
by
Brian Curtin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix #14943. Update the proper default value and list the proper argument names in the explanation.
parent
3aee9416
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Doc/library/winreg.rst
Doc/library/winreg.rst
+3
-3
No files found.
Doc/library/winreg.rst
View file @
13c70345
...
...
@@ -243,7 +243,7 @@ This module offers the following functions:
specified in *file_name* is relative to the remote computer.
.. function:: OpenKey(key, sub_key, reserved=0, access=KEY_
ALL_ACCESS
)
.. function:: OpenKey(key, sub_key, reserved=0, access=KEY_
READ
)
Opens the specified key, returning a :ref:`handle object <handle-object>`.
...
...
@@ -252,9 +252,9 @@ This module offers the following functions:
*sub_key* is a string that identifies the sub_key to open.
*res* is a reserved integer, and must be zero. The default is zero.
*res
erved
* is a reserved integer, and must be zero. The default is zero.
*
sam
* is an integer that specifies an access mask that describes the desired
*
access
* is an integer that specifies an access mask that describes the desired
security access for the key. Default is :const:`KEY_READ`. See :ref:`Access
Rights <access-rights>` for other allowed values.
...
...
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