[Python-checkins] CVS: python/dist/src/Doc/lib libsocket.tex,1.59,1.60

Fred L. Drake fdrake@users.sourceforge.net
2001年12月22日 11:08:01 -0800


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv23432/lib
Modified Files:
	libsocket.tex 
Log Message:
Fix the erroneous availability annotation for s.makefile() from the last
checkin (my fault!).
Wrap some long lines and fix some markup inconsistencies.
Index: libsocket.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libsocket.tex,v
retrieving revision 1.59
retrieving revision 1.60
diff -C2 -d -r1.59 -r1.60
*** libsocket.tex	2001年12月21日 17:45:03	1.59
--- libsocket.tex	2001年12月22日 19:07:58	1.60
***************
*** 141,144 ****
--- 141,145 ----
 \dataline{AI_*}
 \dataline{NI_*}
+ \dataline{TCP_*}
 Many constants of these forms, documented in the \UNIX{} documentation on
 sockets and/or the IP protocol, are also defined in the socket module.
***************
*** 326,331 ****
 \cfunction{inet_aton()}.
 
! \function{inet_aton} does not support IPv6, and
! \function{getnameinfo()} should be used instead for IPv4/v6 dual stack support.
 \end{funcdesc}
 
--- 327,333 ----
 \cfunction{inet_aton()}.
 
! \function{inet_aton()} does not support IPv6, and
! \function{getnameinfo()} should be used instead for IPv4/v6 dual stack
! support.
 \end{funcdesc}
 
***************
*** 342,347 ****
 length, \exception{socket.error} will be raised.
 
! \function{inet_ntoa} does not support IPv6, and
! \function{getnameinfo()} should be used instead for IPv4/v6 dual stack support.
 \end{funcdesc}
 
--- 344,350 ----
 length, \exception{socket.error} will be raised.
 
! \function{inet_ntoa()} does not support IPv6, and
! \function{getnameinfo()} should be used instead for IPv4/v6 dual stack
! support.
 \end{funcdesc}
 
***************
*** 456,460 ****
 built-in \function{file()} function; see ``Built-in Functions''
 (section \ref{built-in-funcs}) for more information.
- Availability: \UNIX.
 \end{methoddesc}
 
--- 459,462 ----

AltStyle によって変換されたページ (->オリジナル) /