[Python-checkins] python/dist/src/Doc/lib libsocket.tex,1.81,1.82 (original) (raw)
fdrake at users.sourceforge.net fdrake at users.sourceforge.net
Wed May 5 00🔞14 EDT 2004
- Previous message: [Python-checkins] python/dist/src/Doc/lib libsocket.tex, 1.76.6.1, 1.76.6.2
- Next message: [Python-checkins] python/dist/src/Doc/lib libcopy.tex,1.16,1.17
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Update of /cvsroot/python/python/dist/src/Doc/lib In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7986
Modified Files: 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.81 retrieving revision 1.82 diff -C2 -d -r1.81 -r1.82 *** libsocket.tex 3 Apr 2004 18:02:37 -0000 1.81 --- libsocket.tex 5 May 2004 04🔞11 -0000 1.82
*** 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}
- Previous message: [Python-checkins] python/dist/src/Doc/lib libsocket.tex, 1.76.6.1, 1.76.6.2
- Next message: [Python-checkins] python/dist/src/Doc/lib libcopy.tex,1.16,1.17
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]