[issue27331] Add a policy argument to email.mime.MIMEBase

2016-09-07 Thread R. David Murray
R. David Murray added the comment: Thanks, Berker. -- resolution: -> fixed stage: test needed -> resolved status: open -> closed ___ Python tracker ___

[issue27331] Add a policy argument to email.mime.MIMEBase

2016-09-07 Thread Roundup Robot
Roundup Robot added the comment: New changeset 481d14cb7595 by R David Murray in branch 'default': #27331: add policy keyword argument to all MIME subclasses. https://hg.python.org/cpython/rev/481d14cb7595 -- nosy: +python-dev ___ Python tracker

[issue27331] Add a policy argument to email.mime.MIMEBase

2016-09-07 Thread R. David Murray
R. David Murray added the comment: Sorry, I must have mispaged or something and missed the tests on the first readthrough. -- ___ Python tracker ___

[issue27331] Add a policy argument to email.mime.MIMEBase

2016-09-07 Thread R. David Murray
R. David Murray added the comment: I'm going to commit this, but leave the issue open for someone to provide tests. -- stage: patch review -> test needed ___ Python tracker

[issue27331] Add a policy argument to email.mime.MIMEBase

2016-06-16 Thread Berker Peksag
New submission from Berker Peksag: Quoting Barry's message msg268430 from issue 10839: On Jun 13, 2016, at 06:38 AM, Berker Peksag wrote: >I don't know if it's a good idea or API but can we add a 'policy' keyword >argument to email.mime.base.MIMEBase? Right now, this is the only