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
74c6e918
Commit
74c6e918
authored
Apr 03, 2004
by
Neal Norwitz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
#928751, fix typos in socket doc
parent
2db7d71d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
Doc/lib/libsocket.tex
Doc/lib/libsocket.tex
+3
-3
No files found.
Doc/lib/libsocket.tex
View file @
74c6e918
...
...
@@ -447,8 +447,8 @@ Bind the socket to \var{address}. The socket must not already be bound.
(The format of
\var
{
address
}
depends on the address family --- see
above.)
\note
{
This method has historically accepted a pair
of parameters for
\constant
{
AF
_
INET
}
addresses instead of only a
tuple. This was never intentional and is no longer
be
available in
Python 2.0.
}
tuple. This was never intentional and is no longer available in
Python 2.0
and later
.
}
\end{methoddesc}
\begin{methoddesc}
[socket]
{
close
}{}
...
...
@@ -475,7 +475,7 @@ operation succeeded, otherwise the value of the \cdata{errno}
variable. This is useful to support, for example, asynchronous connects.
\note
{
This method has historically accepted a pair of
parameters for
\constant
{
AF
_
INET
}
addresses instead of only a tuple.
This was never intentional and is no longer
be
available in Python
This was never intentional and is no longer available in Python
2.0 and later.
}
\end{methoddesc}
...
...
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