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

Thomas Wouters python-dev@python.org
Tue, 15 Aug 2000 12:30:38 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory slayer.i.sourceforge.net:/tmp/cvs-serv9148/Doc/lib

Modified Files:
	libsocket.tex 
Log Message:

Apply SF patch #101151, by Peter S-K, which fixes smtplib's passing of the
'helo' and 'ehlo' message, and exports the 'make_fqdn' function. This
function should be moved to socket.py, if that module ever gets a Python
wrapper.



Index: libsocket.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libsocket.tex,v
retrieving revision 1.46
retrieving revision 1.47
diff -C2 -r1.46 -r1.47
*** libsocket.tex	2000/07/06 18:37:08	1.46
--- libsocket.tex	2000/08/15 19:30:35	1.47
***************
*** 137,140 ****
--- 137,142 ----
  To find the fully qualified domain name, check \var{hostname} and the
  items of \var{aliaslist} for an entry containing at least one period.
+ An implementation of this algorithm can be found in the module
+ \module{smtplib} in form of the \function{make_fqdn()} function.
  \end{funcdesc}