Message335593
| Author | msullivan |
|---|---|
| Recipients | larry, msullivan, serhiy.storchaka |
| Date | 2019-02-15.09:42:56 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1550223776.37.0.304354364906.issue34235@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
The point about a performance penalty is fair---my PR does add a search for the '@' (which I spelled as '`' in my example above) sigil whenever it encounters a '|'. (Though I'm not sure how big the impact would be? Format strings are small so a quick scan through it should be pretty fast. Could be measured.) I am missing how my PR changes the current behavior, though? As far as I can tell it should behave exactly the same unless there is a '@' in the format string. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2019-02-15 09:42:56 | msullivan | set | recipients: + msullivan, larry, serhiy.storchaka |
| 2019-02-15 09:42:56 | msullivan | set | messageid: <1550223776.37.0.304354364906.issue34235@roundup.psfhosted.org> |
| 2019-02-15 09:42:56 | msullivan | link | issue34235 messages |
| 2019-02-15 09:42:56 | msullivan | create | |