[Python-checkins] python/dist/src/Doc/lib emailutil.tex, 1.8, 1.8.16.1

bwarsaw at users.sourceforge.net bwarsaw at users.sourceforge.net
Mon Nov 1 05:00:23 CET 2004


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

Modified Files:
      Tag: release23-maint
	emailutil.tex 
Log Message:
SF bug #1030118, this should have named the email.Utils module as the one
containing these functions.  (I will backport to Python 2.3)


Index: emailutil.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/emailutil.tex,v
retrieving revision 1.8
retrieving revision 1.8.16.1
diff -u -d -r1.8 -r1.8.16.1
--- emailutil.tex	1 Oct 2002 04:33:16 -0000	1.8
+++ emailutil.tex	1 Nov 2004 04:00:06 -0000	1.8.16.1
@@ -1,8 +1,8 @@
 \declaremodule{standard}{email.Utils}
 \modulesynopsis{Miscellaneous email package utilities.}
 
-There are several useful utilities provided with the \module{email}
-package.
+There are several useful utilities provided in the \module{email.Utils}
+module:
 
 \begin{funcdesc}{quote}{str}
 Return a new string with backslashes in \var{str} replaced by two



More information about the Python-checkins mailing list