@@ -4682,9 +4682,9 @@ \section{Performance Measurement\label{performance-measurement}}
46824682\end {verbatim }
46834683
46844684In contrast to \module {timeit}'s fine level of granularity, the
4685- \ulink {\module {profile}}{../lib/module-profile.html} and \module {pstats}
4686- modules provide tools for identifying time critical sections in larger
4687- blocks of code.
4685+ \ulink {\module {profile}}{../lib/module-profile.html} and
4686+ \ulink { \module {pstats}}{../lib/module-pstats.html} modules provide tools for
4687+ identifying time critical sections in larger blocks of code.
46884688
46894689
46904690\section {Quality Control\label {quality-control } }
@@ -4737,32 +4737,30 @@ \section{Batteries Included\label{batteries-included}}
47374737through the sophisticated and robust capabilities of its larger
47384738packages. For example:
47394739
4740- * The \ulink {\module {xmlrpclib}}{../lib/module-xmlrpclib.html} and
4741- \ulink {\module {SimpleXMLRPCServer}}{../lib/module-SimpleXMLRPCServer.html}
4742- modules make implementing remote procedure calls into an almost trivial
4743- task. Despite the names, no direct knowledge or handling of XML is needed.
4744-
4745- * The \ulink {\module {email}}{../lib/module-email.html}
4746- package is a library for managing email messages,
4747- including MIME and other RFC 2822-based message documents. Unlike
4748- \module {smtplib} and \module {poplib} which actually send and receive
4749- messages, the email package has a complete toolset for building or
4750- decoding complex message structures (including attachments)
4751- and for implementing internet encoding and header protocols.
4752-
4753- * The \ulink {\module {xml.dom}}{../lib/module-xml.dom.html} and
4754- \ulink {\module {xml.sax}}{../lib/module-xml.sax.html} packages provide
4755- robust support for parsing this popular data interchange format. Likewise,
4756- the \module {csv} module supports direct reads and writes in a common
4757- database format. Together, these modules and packages greatly simplify
4758- data interchange between python applications and other tools.
4759-
4760- * Internationalization is supported by a number of modules including
4761- \ulink {\module {gettext}}{../lib/module-gettext.html},
4762- \ulink {\module {locale}}{../lib/module-locale.html}, and the
4763- \ulink {\module {codecs}}{../lib/module-codecs.html} package.
4764-
4765-
4740+ \begin {itemize }
4741+ \item The \ulink {\module {xmlrpclib}}{../lib/module-xmlrpclib.html} and
4742+ \ulink {\module {SimpleXMLRPCServer}}{../lib/module-SimpleXMLRPCServer.html}
4743+ modules make implementing remote procedure calls into an almost trivial task.
4744+ Despite the names, no direct knowledge or handling of XML is needed.
4745+ \item The \ulink {\module {email}}{../lib/module-email.html} package is a library
4746+ for managing email messages, including MIME and other RFC 2822-based message
4747+ documents. Unlike \ulink {\module {smptlib}}{../lib/module-smtplib.html} and
4748+ \ulink {\module {poplib}}{../lib/module-poplib.html} which actually send and
4749+ receive messages, the email package has a complete toolset for building or
4750+ decoding complex message structures (including attachments) and for
4751+ implementing internet encoding and header protocols.
4752+ \item The \ulink {\module {xml.dom}}{../lib/module-xml.dom.html} and
4753+ \ulink {\module {xml.sax}}{../lib/module-xml.sax.html} packages provide robust
4754+ support for parsing this popular data interchange format. Likewise, the
4755+ \ulink {\module {csv}}{../lib/module-csv.html} module supports direct reads and
4756+ writes in a common database format. Together, these modules and packages
4757+ greatly simplify data interchange between python applications and other
4758+ tools.
4759+ \item Internationalization is supported by a number of modules including
4760+ \ulink {\module {gettext}}{../lib/module-gettext.html},
4761+ \ulink {\module {locale}}{../lib/module-locale.html}, and the
4762+ \ulink {\module {codecs}}{../lib/module-codecs.html} package.
4763+ \end {itemize }
47664764
47674765\chapter {Brief Tour of the Standard Library -- Part II\label {briefTourTwo } }
47684766
0 commit comments