summaryrefslogtreecommitdiffstats
path: root/Doc/includes/email-read-alternative-new-api.py
Commit message (Collapse)AuthorAgeFilesLines
* #24277: The new email API is no longer provisional.R David Murray2016-09-081-75/+0
| | | | | | | 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-1/+2
| | | | | | Also, update email examples to use the context manager version of open(). Patch by Baptiste Mispelon.
* #20477: add examples of using the new contentmanager API.R David Murray2014-02-071-0/+74