[Python-checkins] python/dist/src/Doc/lib libsocket.tex,1.89,1.90

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


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

Modified Files:
	libsocket.tex 
Log Message:
SF Bug #1308042, platform dependent behaviour (Windoze of course) in UDP sockets.  Will backport

Index: libsocket.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libsocket.tex,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -d -r1.89 -r1.90
--- libsocket.tex	11 Mar 2005 00:04:17 -0000	1.89
+++ libsocket.tex	3 Oct 2005 00:44:06 -0000	1.90
@@ -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