[Python-checkins] python/dist/src/Doc/lib libsocket.tex, 1.76.6.1, 1.76.6.2

fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Wed May 5 00:15:46 EDT 2004


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

Modified Files:
      Tag: release23-maint
	libsocket.tex 
Log Message:
note that the error code for socket.gaierror will be one of the EAI_*
constants
(closes SF bug #837929)


Index: libsocket.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libsocket.tex,v
retrieving revision 1.76.6.1
retrieving revision 1.76.6.2
diff -C2 -d -r1.76.6.1 -r1.76.6.2
*** libsocket.tex	3 Apr 2004 18:03:51 -0000	1.76.6.1
--- libsocket.tex	5 May 2004 04:15:30 -0000	1.76.6.2
***************
*** 108,111 ****
--- 108,113 ----
  \var{string} represents the description of \var{error}, as returned
  by the \cfunction{gai_strerror()} C function.
+ The \var{error} value will match one of the \constant{EAI_*} constants
+ defined in this module.
  \end{excdesc}
  




More information about the Python-checkins mailing list