Message222033
Since we don't need to avoid new language features, using the ternary would be better than using the or. This is exactly the sort of situation the ternary was introduced for: making sure the input really is None before applying the default.
Otherwise the patch looks good. |
|
Date |
User |
Action |
Args |
2014-07-01 14:18:22 | r.david.murray | set | recipients:
+ r.david.murray, pje, tarek, eric.araujo, ptn, SilentGhost, BreamoreBoy, ramiroluz, berker.peksag |
2014-07-01 14:18:22 | r.david.murray | set | messageid: <1404224302.4.0.0691253102673.issue5800@psf.upfronthosting.co.za> |
2014-07-01 14:18:22 | r.david.murray | link | issue5800 messages |
2014-07-01 14:18:22 | r.david.murray | create | |
|