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

nnorwitz at users.sourceforge.net nnorwitz at users.sourceforge.net
Sat Apr 3 13:03:53 EST 2004


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

Modified Files:
      Tag: release23-maint
	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.76
retrieving revision 1.76.6.1
diff -C2 -d -r1.76 -r1.76.6.1
*** libsocket.tex	20 Jul 2003 01:10:15 -0000	1.76
--- libsocket.tex	3 Apr 2004 18:03:51 -0000	1.76.6.1
***************
*** 446,451 ****
  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}
  
--- 446,451 ----
  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}
  
***************
*** 474,478 ****
  \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}
--- 474,478 ----
  \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