Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #24277: The new email API is no longer provisional. | R David Murray | 2016-09-08 | 1 | -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 Peksag | 2015-02-25 | 1 | -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/includes | Senthil Kumaran | 2010-10-17 | 1 | -3/+3 |
| | |||||
* | Fixing the file call in the rfc822.Message replacement example. | Sean Reifscheider | 2010-03-20 | 1 | -1/+1 |
| | |||||
* | Adding an example of reproducing the rfc822.Message() parsing. | Sean Reifscheider | 2010-03-19 | 1 | -0/+17 |