[Python-checkins] python/dist/src/Doc/lib libsocket.tex, 1.88.2.1, 1.88.2.2

nnorwitz@users.sourceforge.net nnorwitz at users.sourceforge.net
Mon Oct 3 02:44:48 CEST 2005


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv13885/Doc/lib

Modified Files:
      Tag: release24-maint
	libsocket.tex 
Log Message:
Backport: SF Bug #1308042, platform dependent behaviour (Windoze of course) in UDP sockets.

Index: libsocket.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libsocket.tex,v
retrieving revision 1.88.2.1
retrieving revision 1.88.2.2
diff -u -d -r1.88.2.1 -r1.88.2.2
--- libsocket.tex	12 Mar 2005 06:15:54 -0000	1.88.2.1
+++ libsocket.tex	3 Oct 2005 00:44:45 -0000	1.88.2.2
@@ -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



More information about the Python-checkins mailing list