[issue24277] Take the new email package features out of provisional status

2016-09-08 Thread R. David Murray
Changes by R. David Murray : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue24277] Take the new email package features out of provisional status

2016-09-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset d82927c18931 by R David Murray in branch 'default': #24277: Fix some incorrect backslashes in email example. https://hg.python.org/cpython/rev/d82927c18931 -- ___ Python tracker

[issue24277] Take the new email package features out of provisional status

2016-09-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset ad297312a478 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 -- ___ Python tracker

[issue24277] Take the new email package features out of provisional status

2016-09-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset bd5b38e3db1a by R David Murray in branch 'default': #24277: What's New and news entries for previous commit. https://hg.python.org/cpython/rev/bd5b38e3db1a -- ___ Python tracker

[issue24277] Take the new email package features out of provisional status

2016-09-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset b97118691363 by R David Murray in branch 'default': #24277: The new email API is no longer provisional. https://hg.python.org/cpython/rev/b97118691363 -- nosy: +python-dev ___ Python tracker

[issue24277] Take the new email package features out of provisional status

2016-09-06 Thread R. David Murray
R. David Murray added the comment: 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. -- ___ Python tracker

[issue24277] Take the new email package features out of provisional status

2016-09-06 Thread R. David Murray
R. David Murray added the comment: 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

[issue24277] Take the new email package features out of provisional status

2015-05-24 Thread R. David Murray
New submission from R. David Murray: 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). -- assignee: r.david.murray components: