mirror of
https://github.com/python/cpython.git
synced 2025-07-30 06:34:15 +00:00
SF Bug #1308042, platform dependent behaviour (Windoze of course) in UDP sockets. Will backport
This commit is contained in:
parent
c5cdcba2d9
commit
d157b1d237
1 changed files with 2 additions and 1 deletions
|
@ -7,7 +7,8 @@
|
|||
|
||||
This module provides access to the BSD \emph{socket} interface.
|
||||
It is available on all modern \UNIX{} systems, Windows, MacOS, BeOS,
|
||||
OS/2, and probably additional platforms.
|
||||
OS/2, and probably additional platforms. \note{Some behavior may be
|
||||
platform dependent, since calls are made to the operating system socket APIs.}
|
||||
|
||||
For an introduction to socket programming (in C), see the following
|
||||
papers: \citetitle{An Introductory 4.3BSD Interprocess Communication
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue