Differences between revisions 2 and 3
Revision 2 as of 2009-12-08 17:44:29
Size: 1357
Editor: RDavidMurray
Comment:
Revision 3 as of 2009-12-08 17:46:34
Size: 1367
Editor: RDavidMurray
Comment:
Deletions are marked like this. Additions are marked like this.
Line 21: Line 21:
distutils/dist.py email.message distutils/dist.py email.message_from_file

stdlib Clients

Other parts of the stdlib rely on the email package for various services. Right now this is just a list of import dependencies; this should be expanded into a brief description of the stdlib use cases so we can make sure we continue to support them properly.

Package Email imports
http/client.py email.parser, email.message
http/server.py email.parser, email.message
urllib/request email, email.utils (also mimetypes)
smtplib email.utils
cgi email.parser
pydoc email.message
mailbox email, email.message, email.generator
distutils/dist.py email.message_from_file

There are also dependencies in the test suites:

Test Email imports
urllib2_localnet email
smtplib email.utils
test_http_cookiejar email
test_urllibnet email.message
test_mailbox email, email.message
test_zipfile email
test_urllib2 email, email.utils

Email SIG/stdlibCLients (last edited 2009-12-08 17:46:34 by RDavidMurray)

Unable to edit the page? See the FrontPage for instructions.