[Python-checkins] python/dist/src/Doc/lib libsocket.tex,1.80,1.81

nnorwitz at users.sourceforge.net nnorwitz at users.sourceforge.net
Sat Apr 3 13:02:41 EST 2004


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

Modified Files:
	libsocket.tex 
Log Message:
#928751, fix typos in socket doc

Index: libsocket.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libsocket.tex,v
retrieving revision 1.80
retrieving revision 1.81
diff -C2 -d -r1.80 -r1.81
*** libsocket.tex	27 Jan 2004 18:21:26 -0000	1.80
--- libsocket.tex	3 Apr 2004 18:02:37 -0000	1.81
***************
*** 448,453 ****
  above.)  \note{This method has historically accepted a pair
  of parameters for \constant{AF_INET} addresses instead of only a
! tuple.  This was never intentional and is no longer be available in
! Python 2.0.}
  \end{methoddesc}
  
--- 448,453 ----
  above.)  \note{This method has historically accepted a pair
  of parameters for \constant{AF_INET} addresses instead of only a
! tuple.  This was never intentional and is no longer available in
! Python 2.0 and later.}
  \end{methoddesc}
  
***************
*** 476,480 ****
  \note{This method has historically accepted a pair of
  parameters for \constant{AF_INET} addresses instead of only a tuple.
! This was never intentional and is no longer be available in Python
  2.0 and later.}
  \end{methoddesc}
--- 476,480 ----
  \note{This method has historically accepted a pair of
  parameters for \constant{AF_INET} addresses instead of only a tuple.
! This was never intentional and is no longer available in Python
  2.0 and later.}
  \end{methoddesc}




More information about the Python-checkins mailing list