Andrew M. Kuchling
|
b4b9ced1b6
|
[Bug #817178] Fix incorrect arguments in example, noted by Terry Reedy
|
2003-10-31 19:52:30 +00:00 |
Barry Warsaw
|
463c5a868f
|
Update get_param() description to reflect changes to the docstring.
|
2003-08-19 04:26:59 +00:00 |
Barry Warsaw
|
b05df5796a
|
Added some more documentation to as_string() to make it clear that
it's a convenience only. Give an example of what to do for more
flexibility.
|
2003-04-18 23:03:53 +00:00 |
Barry Warsaw
|
20ebc37013
|
Describe what happens when decode=True and the payload has bogus
base64 data.
|
2003-03-10 16:13:50 +00:00 |
Barry Warsaw
|
57ce1430b2
|
Document that get_content_charset() coerces its return value to lower
case.
|
2002-10-10 15:22:16 +00:00 |
Fred Drake
|
6516e14968
|
Minor style nit for referring to other attributes of the same class
from an attributes description.
|
2002-10-01 14:29:58 +00:00 |
Barry Warsaw
|
5db478fa29
|
Proofread and spell checked, all except the Examples section (which
I'll do next).
|
2002-10-01 04:33:16 +00:00 |
Barry Warsaw
|
5b9da893d3
|
Vast update to email version 2. This could surely use proofreading.
|
2002-10-01 01:05:52 +00:00 |
Fred Drake
|
7779b208ae
|
Remove spurious "()" from the __str__() description.
|
2002-05-22 20:44:03 +00:00 |
Andrew M. Kuchling
|
43dc1fc926
|
Minor grammar and typo fixes
|
2001-11-05 01:55:03 +00:00 |
Barry Warsaw
|
e736d93eab
|
Added a note about the somewhat kludgey behavior of the message
epilogue, based on the discussion in this SF bug report:
https://sourceforge.net/tracker/index.php?func=detail&aid=472481&group_id=25568&atid=384678
|
2001-10-19 04:34:42 +00:00 |
Barry Warsaw
|
c5f8fe3a27
|
Updates do email package documentation for markup, style, and
organization.
|
2001-09-26 22:21:52 +00:00 |
Barry Warsaw
|
5e634638e6
|
The email package documentation, currently organized the way I think
Fred prefers. I'm not sure I like this organization, so it may change.
|
2001-09-26 05:23:47 +00:00 |