]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Backport: SF Bug #1308042, platform dependent behaviour (Windoze of course) in UDP...
authorNeal Norwitz <nnorwitz@gmail.com>
Mon, 3 Oct 2005 00:44:45 +0000 (00:44 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Mon, 3 Oct 2005 00:44:45 +0000 (00:44 +0000)
Doc/lib/libsocket.tex

index 1f5bcaa6155f3629834b586721deeb7d11480e93..51c4a2fc5f5f99d5c4134811f5d6bca01c0b9d29 100644 (file)
@@ -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