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
0cdcec54
Commit
0cdcec54
authored
Dec 27, 2005
by
Georg Brandl
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Bug #1386675: winreg raises WindowsErrors
parent
75400db2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
Doc/lib/libwinreg.tex
Doc/lib/libwinreg.tex
+6
-6
No files found.
Doc/lib/libwinreg.tex
View file @
0cdcec54
...
...
@@ -42,7 +42,7 @@ This module offers the following functions:
\var
{
key
}
is the predefined handle to connect to.
The return value is the handle of the opened key.
If the function fails, an
\exception
{
Environment
Error
}
exception is
If the function fails, an
\exception
{
Windows
Error
}
exception is
raised.
\end{funcdesc}
...
...
@@ -63,7 +63,7 @@ This module offers the following functions:
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
{
Environment
Error
}
exception is
If the function fails, an
\exception
{
Windows
Error
}
exception is
raised.
\end{funcdesc}
...
...
@@ -80,7 +80,7 @@ This module offers the following functions:
\emph
{
This method can not delete keys with subkeys.
}
If the method succeeds, the entire key, including all of its values,
is removed. If the method fails, an
\exception
{
Environment
Error
}
is removed. If the method fails, an
\exception
{
Windows
Error
}
exception is raised.
\end{funcdesc}
...
...
@@ -106,7 +106,7 @@ This module offers the following functions:
The function retrieves the name of one subkey each time it
is called. It is typically called repeatedly until an
\exception
{
Environment
Error
}
exception
\exception
{
Windows
Error
}
exception
is raised, indicating, no more values are available.
\end{funcdesc}
...
...
@@ -122,7 +122,7 @@ This module offers the following functions:
The function retrieves the name of one subkey each time it is
called. It is typically called repeatedly, until an
\exception
{
Environment
Error
}
exception is raised, indicating
\exception
{
Windows
Error
}
exception is raised, indicating
no more values.
The result is a tuple of 3 items:
...
...
@@ -201,7 +201,7 @@ This module offers the following functions:
The result is a new handle to the specified key
If the function fails,
\exception
{
Environment
Error
}
is raised.
If the function fails,
\exception
{
Windows
Error
}
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