Message248832
| Author | r.david.murray |
|---|---|
| Recipients | ezio.melotti, methane, r.david.murray, serhiy.storchaka, vstinner |
| Date | 2015-08-19.12:55:09 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1439988909.74.0.57326978425.issue24870@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Since you already have to rewrite the string to do the escaping, I would judge it worth the extra effort to piece string together as binary, but I can understand wanting to use % notation. The performance issue seems to prevent that, though, and there's no guarantee the proposed optimization will get applied to 3.4, or even 3.5. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2015-08-19 12:55:09 | r.david.murray | set | recipients: + r.david.murray, vstinner, ezio.melotti, methane, serhiy.storchaka |
| 2015-08-19 12:55:09 | r.david.murray | set | messageid: <1439988909.74.0.57326978425.issue24870@psf.upfronthosting.co.za> |
| 2015-08-19 12:55:09 | r.david.murray | link | issue24870 messages |
| 2015-08-19 12:55:09 | r.david.murray | create | |