summaryrefslogtreecommitdiffstats
path: root/Doc/includes/email-headers.py
Commit message (Collapse)AuthorAgeFilesLines
* #24277: The new email API is no longer provisional.R David Murray2016-09-081-8/+14
| | | | | | | This is a wholesale reorganization and editing of the email documentation to make the new API the standard one, and the old API the 'legacy' one. The default is still the compat32 policy, for backward compatibility. We will change that eventually.
* Issue #23511: Port email-simple.py to Python 3.Berker Peksag2015-02-251-2/+3
| | | | | | Also, update email examples to use the context manager version of open(). Patch by Baptiste Mispelon.
* Syntax fixes for examples in the Doc/includesSenthil Kumaran2010-10-171-3/+3
|
* Fixing the file call in the rfc822.Message replacement example.Sean Reifscheider2010-03-201-1/+1
|
* Adding an example of reproducing the rfc822.Message() parsing.Sean Reifscheider2010-03-191-0/+17