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
e1bc8982
Commit
e1bc8982
authored
Jan 02, 2011
by
Antoine Pitrou
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Some nits.
parent
b205d58d
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
9 deletions
+12
-9
Doc/library/socket.rst
Doc/library/socket.rst
+9
-6
Doc/library/ssl.rst
Doc/library/ssl.rst
+3
-3
No files found.
Doc/library/socket.rst
View file @
e1bc8982
...
...
@@ -25,6 +25,15 @@ files, buffer allocation on receive operations is automatic, and buffer length
is implicit on send operations.
.. seealso::
Module :mod:`socketserver`
Classes that simplify writing network servers.
Module :mod:`ssl`
A TLS/SSL wrapper for socket objects.
Socket families
---------------
...
...
@@ -517,12 +526,6 @@ The module :mod:`socket` exports the following constants and functions:
same as ``type(socket(...))``.
.. seealso::
Module :mod:`socketserver`
Classes that simplify writing network servers.
.. _socket-objects:
Socket Objects
...
...
Doc/library/ssl.rst
View file @
e1bc8982
:mod:`ssl` --- SSL wrapper for socket objects
=============================================
:mod:`ssl` ---
TLS/
SSL wrapper for socket objects
=============================================
====
.. module:: ssl
:synopsis: SSL wrapper for socket objects
:synopsis:
TLS/
SSL wrapper for socket objects
.. moduleauthor:: Bill Janssen <bill.janssen@gmail.com>
.. sectionauthor:: Bill Janssen <bill.janssen@gmail.com>
...
...
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