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
d44be3fd
Commit
d44be3fd
authored
Jan 03, 1997
by
Barry Warsaw
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
very minor typo
parent
61bc874b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
Doc/lib/libsocket.tex
Doc/lib/libsocket.tex
+1
-1
Doc/libsocket.tex
Doc/libsocket.tex
+1
-1
No files found.
Doc/lib/libsocket.tex
View file @
d44be3fd
...
...
@@ -17,7 +17,7 @@ The Python interface is a straightforward transliteration of the
\UNIX
{}
system call and library interface for sockets to Python's
object-oriented style: the
\code
{
socket()
}
function returns a
\dfn
{
socket object
}
whose methods implement the various socket system
calls. Parameter types are somewhat higer-level than in the C
calls. Parameter types are somewhat hig
h
er-level than in the C
interface: as with
\code
{
read()
}
and
\code
{
write()
}
operations on Python
files, buffer allocation on receive operations is automatic, and
buffer length is implicit on send operations.
...
...
Doc/libsocket.tex
View file @
d44be3fd
...
...
@@ -17,7 +17,7 @@ The Python interface is a straightforward transliteration of the
\UNIX
{}
system call and library interface for sockets to Python's
object-oriented style: the
\code
{
socket()
}
function returns a
\dfn
{
socket object
}
whose methods implement the various socket system
calls. Parameter types are somewhat higer-level than in the C
calls. Parameter types are somewhat hig
h
er-level than in the C
interface: as with
\code
{
read()
}
and
\code
{
write()
}
operations on Python
files, buffer allocation on receive operations is automatic, and
buffer length is implicit on send operations.
...
...
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