[Python-checkins] python/dist/src/Doc/tut tut.tex,1.251,1.252

jlgijsbers at users.sourceforge.net jlgijsbers at users.sourceforge.net
Sat Sep 25 02:55:41 CEST 2004


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

Modified Files:
	tut.tex 
Log Message:
Raymond observed that sometimes it's better not to link modules, so I reverted
part of my previous last changes.


Index: tut.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/tut/tut.tex,v
retrieving revision 1.251
retrieving revision 1.252
diff -u -d -r1.251 -r1.252
--- tut.tex	24 Sep 2004 23:25:25 -0000	1.251
+++ tut.tex	25 Sep 2004 00:55:38 -0000	1.252
@@ -4682,9 +4682,9 @@
 \end{verbatim}
 
 In contrast to \module{timeit}'s fine level of granularity, the
-\ulink{\module{profile}}{../lib/module-profile.html} and
-\ulink{\module{pstats}}{../lib/module-pstats.html} modules provide tools for
-identifying time critical sections in larger blocks of code.
+\ulink{\module{profile}}{../lib/module-profile.html} and \module{pstats}
+modules provide tools for identifying time critical sections in larger blocks
+of code.
 
 
 \section{Quality Control\label{quality-control}}
@@ -4744,10 +4744,9 @@
   Despite the names, no direct knowledge or handling of XML is needed.
 \item The \ulink{\module{email}}{../lib/module-email.html} package is a library
   for managing email messages, including MIME and other RFC 2822-based message
-  documents. Unlike \ulink{\module{smptlib}}{../lib/module-smtplib.html} and
-  \ulink{\module{poplib}}{../lib/module-poplib.html} which actually send and
-  receive messages, the email package has a complete toolset for building or
-  decoding complex message structures (including attachments) and for
+  documents. Unlike \module{smptlib} and \module{poplib} which actually send
+  and receive messages, the email package has a complete toolset for building
+  or decoding complex message structures (including attachments) and for
   implementing internet encoding and header protocols.
 \item The \ulink{\module{xml.dom}}{../lib/module-xml.dom.html} and
   \ulink{\module{xml.sax}}{../lib/module-xml.sax.html} packages provide robust



More information about the Python-checkins mailing list