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
ab92afd1
Commit
ab92afd1
authored
Jan 09, 2006
by
Fredrik Lundh
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added a couple of missing periods.
parent
ed1e497f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Doc/lib/libwinreg.tex
Doc/lib/libwinreg.tex
+4
-4
No files found.
Doc/lib/libwinreg.tex
View file @
ab92afd1
...
...
@@ -60,7 +60,7 @@ This module offers the following functions:
be
\code
{
None
}
. In that case, the handle returned is the same key handle
passed in to the function.
If the key already exists, this function opens the existing key
If the key already exists, this function opens the existing key
.
The return value is the handle of the opened key.
If the function fails, an
\exception
{
EnvironmentError
}
exception is
...
...
@@ -164,7 +164,7 @@ This module offers the following functions:
\var
{
key
}
is an already open key, or any of the predefined
\constant
{
HKEY
_
*
}
constants.
\var
{
sub
_
key
}
is a string that identifies the sub
_
key to load
\var
{
sub
_
key
}
is a string that identifies the sub
_
key to load
.
\var
{
file
_
name
}
is the name of the file to load registry data from.
This file must have been created with the
\function
{
SaveKey()
}
function.
...
...
@@ -192,14 +192,14 @@ This module offers the following functions:
\var
{
key
}
is an already open key, or any one of the predefined
\constant
{
HKEY
_
*
}
constants.
\var
{
sub
_
key
}
is a string that identifies the sub
_
key to open
\var
{
sub
_
key
}
is a string that identifies the sub
_
key to open
.
\var
{
res
}
is a reserved integer, and must be zero. The default is zero.
\var
{
sam
}
is an integer that specifies an access mask that describes
the desired security access for the key. Default is
\constant
{
KEY
_
READ
}
The result is a new handle to the specified key
The result is a new handle to the specified key
.
If the function fails,
\exception
{
EnvironmentError
}
is raised.
\end{funcdesc}
...
...
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