Message70838
| Author | gvanrossum |
|---|---|
| Recipients | blop, gvanrossum |
| Date | 2008-08-07.16:51:14 |
| SpamBayes Score | 0.02704411 |
| Marked as misclassified | No |
| Message-id | <1218127875.37.0.564791039456.issue3516@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
It's straightforward if you consider the implementation of the requirement that %% renders a single percent sign: the second % is parsed just like any other formatting code (i, d, f, etc.) and the stuff between the first % and the formatting code is treated completely uniformly. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-08-07 16:51:15 | gvanrossum | set | recipients: + gvanrossum, blop |
| 2008-08-07 16:51:15 | gvanrossum | set | messageid: <1218127875.37.0.564791039456.issue3516@psf.upfronthosting.co.za> |
| 2008-08-07 16:51:14 | gvanrossum | link | issue3516 messages |
| 2008-08-07 16:51:14 | gvanrossum | create | |