docs/library/usocket: Add link to CPython's socket module.

This commit is contained in:
Paul Sokolovsky 2016-04-23 00:08:43 +03:00
parent bbe5245028
commit 71c6f93016
1 changed files with 3 additions and 0 deletions

View File

@ -7,6 +7,9 @@
This module provides access to the BSD socket interface.
See corresponding `CPython module <https://docs.python.org/3/library/socket.html>`_ for
comparison.
Functions
---------