Kaydet (Commit) 24f141ab authored tarafından Johannes Gijsbers's avatar Johannes Gijsbers

Raymond observed that sometimes it's better not to link modules, so I reverted

part of my previous last changes.
üst 06cc847c
...@@ -4682,9 +4682,9 @@ quickly demonstrates a modest performance advantage: ...@@ -4682,9 +4682,9 @@ quickly demonstrates a modest performance advantage:
\end{verbatim} \end{verbatim}
In contrast to \module{timeit}'s fine level of granularity, the In contrast to \module{timeit}'s fine level of granularity, the
\ulink{\module{profile}}{../lib/module-profile.html} and \ulink{\module{profile}}{../lib/module-profile.html} and \module{pstats}
\ulink{\module{pstats}}{../lib/module-pstats.html} modules provide tools for modules provide tools for identifying time critical sections in larger blocks
identifying time critical sections in larger blocks of code. of code.
\section{Quality Control\label{quality-control}} \section{Quality Control\label{quality-control}}
...@@ -4744,10 +4744,9 @@ packages. For example: ...@@ -4744,10 +4744,9 @@ packages. For example:
Despite the names, no direct knowledge or handling of XML is needed. 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 \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 for managing email messages, including MIME and other RFC 2822-based message
documents. Unlike \ulink{\module{smptlib}}{../lib/module-smtplib.html} and documents. Unlike \module{smptlib} and \module{poplib} which actually send
\ulink{\module{poplib}}{../lib/module-poplib.html} which actually send and and receive messages, the email package has a complete toolset for building
receive messages, the email package has a complete toolset for building or or decoding complex message structures (including attachments) and for
decoding complex message structures (including attachments) and for
implementing internet encoding and header protocols. implementing internet encoding and header protocols.
\item The \ulink{\module{xml.dom}}{../lib/module-xml.dom.html} and \item The \ulink{\module{xml.dom}}{../lib/module-xml.dom.html} and
\ulink{\module{xml.sax}}{../lib/module-xml.sax.html} packages provide robust \ulink{\module{xml.sax}}{../lib/module-xml.sax.html} packages provide robust
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment