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
d8559486
Commit
d8559486
authored
Apr 24, 2010
by
Brian Curtin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix #5774. Change doc to reflect that some functions have defaults but not kwargs.
parent
c80c93f4
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 @
d8559486
...
...
@@ -61,7 +61,7 @@ This module offers the following functions:
:exc:`WindowsError` exception is raised.
.. function:: CreateKeyEx(key, sub_key
, res=0, sam=KEY_ALL_ACCESS
)
.. function:: CreateKeyEx(key, sub_key
[, res[, sam]]
)
Creates or opens the specified key, returning a :dfn:`handle object`
...
...
@@ -102,7 +102,7 @@ This module offers the following functions:
If the method fails, a :exc:`WindowsError` exception is raised.
.. function:: DeleteKeyEx(key, sub_key
, sam=KEY_WOW64_64KEY, res=0
)
.. function:: DeleteKeyEx(key, sub_key
[, sam[, res]]
)
Deletes the specified key.
...
...
@@ -239,7 +239,7 @@ This module offers the following functions:
:const:`HKEY_LOCAL_MACHINE` tree. This may or may not be true.
.. function:: OpenKey(key, sub_key
, res=0, sam=KEY_READ
)
.. function:: OpenKey(key, sub_key
[, res[, sam]]
)
Opens the specified key, returning a :dfn:`handle object`
...
...
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