
This issue trackerhas been migrated toGitHub, and is currentlyread-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.
Created on2015-05-24 14:10 byr.david.murray, last changed2022-04-11 14:58 byadmin. This issue is nowclosed.
| Files | ||||
|---|---|---|---|---|
| File name | Uploaded | Description | Edit | |
| email_doc_rewrite.patch | r.david.murray,2016-09-06 23:56 | review | ||
| Messages (7) | |||
|---|---|---|---|
| msg243986 -(view) | Author: R. David Murray (r.david.murray)*![]() | Date: 2015-05-24 14:10 | |
I plan to remove the provisional status of the new email features in 3.5. This is a documentation only change, but the documentation change is extensive (pretty much a complete rewrite of the package docs). | |||
| msg274674 -(view) | Author: R. David Murray (r.david.murray)*![]() | Date: 2016-09-06 23:56 | |
Obviously I quite missed the 3.5 deadline, and it is only thanks to the Core Sprint that I'm going to make the 3.6 deadline, but at least I'm making it.There is one code change in this patch, changing the default behavior of as_string/str on EmailMessage (only) to be more sensible, and take advantage of the policy.utf8 flag to make str output more readable by default. Otherwise, it is simply (hah) a fairly complete documentation reorganization and rewrite giving primacy to the new API and demoting the old API to 'legacy'. | |||
| msg274675 -(view) | Author: R. David Murray (r.david.murray)*![]() | Date: 2016-09-06 23:58 | |
It is probably useless to try to review this as a diff. It maybe better to just commit it, and let people report any problems as bugs. | |||
| msg274940 -(view) | Author: Roundup Robot (python-dev)![]() | Date: 2016-09-08 01:16 | |
New changesetb97118691363 by R David Murray in branch 'default':#24277: The new email API is no longer provisional.https://hg.python.org/cpython/rev/b97118691363 | |||
| msg274941 -(view) | Author: Roundup Robot (python-dev)![]() | Date: 2016-09-08 01:22 | |
New changesetbd5b38e3db1a by R David Murray in branch 'default':#24277: What's New and news entries for previous commit.https://hg.python.org/cpython/rev/bd5b38e3db1a | |||
| msg274947 -(view) | Author: Roundup Robot (python-dev)![]() | Date: 2016-09-08 01:42 | |
New changesetad297312a478 by R David Murray in branch 'default':#24277: Fix 3.4 whats new link broken by email doc changes.https://hg.python.org/cpython/rev/ad297312a478 | |||
| msg274948 -(view) | Author: Roundup Robot (python-dev)![]() | Date: 2016-09-08 01:48 | |
New changesetd82927c18931 by R David Murray in branch 'default':#24277: Fix some incorrect backslashes in email example.https://hg.python.org/cpython/rev/d82927c18931 | |||
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2022-04-11 14:58:17 | admin | set | github: 68465 |
| 2016-09-08 16:50:56 | r.david.murray | set | status: open -> closed resolution: fixed stage: patch review -> resolved |
| 2016-09-08 01:48:35 | python-dev | set | messages: +msg274948 |
| 2016-09-08 01:42:00 | python-dev | set | messages: +msg274947 |
| 2016-09-08 01:22:10 | python-dev | set | messages: +msg274941 |
| 2016-09-08 01:16:13 | python-dev | set | nosy: +python-dev messages: +msg274940 |
| 2016-09-06 23:58:30 | r.david.murray | set | messages: +msg274675 |
| 2016-09-06 23:57:06 | r.david.murray | set | files: +email_doc_rewrite.patch components: + email versions: + Python 3.6, - Python 3.5 keywords: +patch nosy: +barry messages: +msg274674 stage: needs patch -> patch review |
| 2015-05-24 14:10:33 | r.david.murray | create | |