Message207140
| Author |
r.david.murray |
| Recipients |
barry, gennad, r.david.murray |
| Date |
2014-01-01.23:48:09 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1388620090.23.0.61235684359.issue20098@psf.upfronthosting.co.za> |
| In-reply-to |
|
| Content |
Sorry, my message wasn't clear. The current default needs to remain the same. What needs to be added is email.policy.Policy.mange_from, which should be True in the compat32 policy and False in EmailPolicy. Then it needs to be hooked up the Generator, so that an explicit specificaion in the __init__ overrides the policy, but specifying one of EmailPolicy dervived policies will override the default value of the __init__ argument if the argument is not speicifed explicitly in the Generator constructor call. (Backward compatibility is a pain.) |
|
History
|
|---|
| Date |
User |
Action |
Args |
| 2014-01-01 23:48:10 | r.david.murray | set | recipients:
+ r.david.murray, barry, gennad |
| 2014-01-01 23:48:10 | r.david.murray | set | messageid: <1388620090.23.0.61235684359.issue20098@psf.upfronthosting.co.za> |
| 2014-01-01 23:48:10 | r.david.murray | link | issue20098 messages |
| 2014-01-01 23:48:09 | r.david.murray | create | |
|