[issue11731] Simplify email API via 'policy' objects

2011-05-13 Thread R. David Murray
Changes by R. David Murray : -- resolution: -> accepted stage: patch review -> committed/rejected status: open -> closed ___ Python tracker ___ _

[issue11731] Simplify email API via 'policy' objects

2011-04-18 Thread Roundup Robot
Roundup Robot added the comment: New changeset 2f3fda9d3906 by R David Murray in branch 'default': #11731: simplify/enhance parser/generator API by introducing policy objects. http://hg.python.org/cpython/rev/2f3fda9d3906 -- nosy: +python-dev ___ Pyt

[issue11731] Simplify email API via 'policy' objects

2011-04-15 Thread R. David Murray
R. David Murray added the comment: What I hope is the final patch, after Barry's review, and Éric's second. -- Added file: http://bugs.python.org/file21674/policy_final.patch ___ Python tracker ___

[issue11731] Simplify email API via 'policy' objects

2011-04-14 Thread R. David Murray
Changes by R. David Murray : Added file: http://bugs.python.org/file21663/policy_for_review.patch ___ Python tracker ___ ___ Python-bugs-list

[issue11731] Simplify email API via 'policy' objects

2011-04-14 Thread R. David Murray
Changes by R. David Murray : Removed file: http://bugs.python.org/file21662/policy_for_review.patch ___ Python tracker ___ ___ Python-bugs-lis

[issue11731] Simplify email API via 'policy' objects

2011-04-14 Thread R. David Murray
R. David Murray added the comment: Éric did a review of the previous patch (mostly doc stuff) which should be pretty much addressed in this new version of the patch. I'd like to propose this version (modulo any forthcoming comments) for commit to trunk. I've removed some parameters that I have

[issue11731] Simplify email API via 'policy' objects

2011-04-04 Thread R. David Murray
R. David Murray added the comment: Try again with a patch going in the expected direction :) -- Added file: http://bugs.python.org/file21534/policy.patch ___ Python tracker ___

[issue11731] Simplify email API via 'policy' objects

2011-04-04 Thread R. David Murray
Changes by R. David Murray : Removed file: http://bugs.python.org/file21533/policy.patch ___ Python tracker ___ ___ Python-bugs-list mailing l

[issue11731] Simplify email API via 'policy' objects

2011-04-04 Thread R. David Murray
R. David Murray added the comment: For some reason the create patch button isn't working (perhaps because I'm using a named branch?), so here is a patch representing the current state of the feature branch. -- keywords: +patch Added file: http://bugs.python.org/file21533/policy.patch

[issue11731] Simplify email API via 'policy' objects

2011-03-31 Thread R. David Murray
New submission from R. David Murray : As part of the email6 design, the email-sig came up with the idea of simplifying the current email API by introducing the concept of "policy objects". A policy object is an object that hold various parameters and methods that can be used to control the be