summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNeal Norwitz <nnorwitz@gmail.com>2005-10-03 00:44:06 (GMT)
committerNeal Norwitz <nnorwitz@gmail.com>2005-10-03 00:44:06 (GMT)
commitd157b1d237776f0ee044b97b19b1d803a353f096 (patch)
treed386c0127a56bcb6ab0fa83787616be20fb15576
parentc5cdcba2d9988b8e6de3d0ecc796a062d90a37af (diff)
downloadcpython-d157b1d237776f0ee044b97b19b1d803a353f096.zip
cpython-d157b1d237776f0ee044b97b19b1d803a353f096.tar.gz
cpython-d157b1d237776f0ee044b97b19b1d803a353f096.tar.bz2
SF Bug #1308042, platform dependent behaviour (Windoze of course) in UDP sockets. Will backport
-rw-r--r--Doc/lib/libsocket.tex3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/lib/libsocket.tex b/Doc/lib/libsocket.tex
index 1f5bcaa..51c4a2f 100644
--- a/Doc/lib/libsocket.tex
+++ b/Doc/lib/libsocket.tex
@@ -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