Fred Drake
|
79936fe73f
|
Added descriptions of the various exceptions, based on the docstrings.
Various small cleanups.
|
1999-04-22 17:23:34 +00:00 |
Guido van Rossum
|
6ed122a334
|
Important fix mentioned by The Dragon De Monsyne: the sendmail()
method does _not_ disconnect the connection when it throws a
SMTPHeloError!
|
1999-04-21 16:19:16 +00:00 |
Guido van Rossum
|
7969f31c4d
|
Updated documentation by Per Cederqvist. I've added back the
documentation sendmail() to reflect the changes by The Dragon
(see smtplib.py checkin).
|
1999-04-07 15:56:51 +00:00 |
Fred Drake
|
7be0cde3a0
|
Add an explanation about what the example does and doesn't do.
Fix an appearantly new behavior with latex2html with quoting. (Good
incentive to work on the SGML conversion! ;)
|
1998-12-22 18:04:48 +00:00 |
Fred Drake
|
f6c59e8fff
|
Do all the right imports. Problem reported by Martijn Faassen
<faassen@vet.uu.nl>.
|
1998-11-30 15:07:26 +00:00 |
Fred Drake
|
295da24eaf
|
New section header style.
Fix up a few synopses.
|
1998-08-10 19:42:37 +00:00 |
Fred Drake
|
60c3cafc24
|
In the example, make sure all the imports are done.
|
1998-08-07 16:03:32 +00:00 |
Fred Drake
|
b91e934cf1
|
Adjusted to use the new module synopsis support macros.
|
1998-07-23 17:59:49 +00:00 |
Fred Drake
|
3240dd2bc2
|
Mark the actual SMTP commands (HELO, etc.) the same way FTP & NNTP commands
are in the appropriate sections.
Some minor nits.
|
1998-07-01 14:10:52 +00:00 |
Fred Drake
|
5b68362a3a
|
Use the real name of the module: "smtplib", not "smtp".
Use logical (& consistent) markup.
Added a see-also section at the end.
|
1998-06-30 16:53:52 +00:00 |
Guido van Rossum
|
8668e8e49c
|
Contributions by Eric Raymond: documentation for modules
cmd, multifile and smtplib.
|
1998-06-28 17:55:53 +00:00 |