Message277702
| Author | ztane |
|---|---|
| Recipients | eric.smith, serhiy.storchaka, ztane |
| Date | 2016-09-29.12:01:36 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1475150496.92.0.19880930146.issue28307@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Serhiy, you actually did make a mistake above; `'%s' % x` cannot be rewritten as `f'{x!s}'`, only `'%s' % (x,)` can be optimized...
(just try with `x = 1, 2`) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2016-09-29 12:01:37 | ztane | set | recipients: + ztane, eric.smith, serhiy.storchaka |
| 2016-09-29 12:01:36 | ztane | set | messageid: <1475150496.92.0.19880930146.issue28307@psf.upfronthosting.co.za> |
| 2016-09-29 12:01:36 | ztane | link | issue28307 messages |
| 2016-09-29 12:01:36 | ztane | create | |