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
8e1e68de
Commit
8e1e68de
authored
Feb 06, 1998
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add ref to errno module, and change ref to posix.error to os.error.
parent
f499e09f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
Doc/lib/libsocket.tex
Doc/lib/libsocket.tex
+3
-1
Doc/libsocket.tex
Doc/libsocket.tex
+3
-1
No files found.
Doc/lib/libsocket.tex
View file @
8e1e68de
...
...
@@ -53,7 +53,9 @@ This exception is raised for socket- or address-related errors.
The accompanying value is either a string telling what went wrong or a
pair
\code
{
(
\var
{
errno
}
,
\var
{
string
}
)
}
representing an error returned by a system
call, similar to the value accompanying
\code
{
posix.error
}
.
call, similar to the value accompanying
\code
{
os.error
}
.
See the module
\module
{
errno
}
\refbimodindex
{
errno
}
, which contains
names for the error codes defined by the underlying operating system.
\end{excdesc}
\begin{datadesc}
{
AF
_
UNIX
}
...
...
Doc/libsocket.tex
View file @
8e1e68de
...
...
@@ -53,7 +53,9 @@ This exception is raised for socket- or address-related errors.
The accompanying value is either a string telling what went wrong or a
pair
\code
{
(
\var
{
errno
}
,
\var
{
string
}
)
}
representing an error returned by a system
call, similar to the value accompanying
\code
{
posix.error
}
.
call, similar to the value accompanying
\code
{
os.error
}
.
See the module
\module
{
errno
}
\refbimodindex
{
errno
}
, which contains
names for the error codes defined by the underlying operating system.
\end{excdesc}
\begin{datadesc}
{
AF
_
UNIX
}
...
...
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