Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
6080228a
Commit
6080228a
authored
Sep 25, 2004
by
Johannes Gijsbers
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Raymond observed that sometimes it's better not to link modules, so I reverted
part of my previous last changes.
parent
395442d2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
7 deletions
+6
-7
Doc/tut/tut.tex
Doc/tut/tut.tex
+6
-7
No files found.
Doc/tut/tut.tex
View file @
6080228a
...
...
@@ -4682,9 +4682,9 @@ quickly demonstrates a modest performance advantage:
\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 @@ packages. For example:
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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment