summaryrefslogtreecommitdiffstats
path: root/Doc/includes/email-read-alternative.py
Commit message (Collapse)AuthorAgeFilesLines
* gh-82530: Create blank function instead of invalid import for email example ↵Miss Islington (bot)2022-09-261-5/+9
| | | | | | | | (GH-97529) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu> (cherry picked from commit 2b428a1faed88f148ede131e3b86ab6227c6c3f0) Co-authored-by: Stanley <46876382+slateny@users.noreply.github.com>
* bpo-32297: Few misspellings found in Python source code comments. (#4803)Mike2017-12-141-1/+1
| | | | | | | | * Fix multiple typos in code comments * Add spacing in comments (test_logging.py, test_math.py) * Fix spaces at the beginning of comments in test_logging.py
* #24277: The new email API is no longer provisional.R David Murray2016-09-081-0/+75
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.