Message83567
About '{:{fmt}}' and other wacky combinations, like '{.__doc__}':
It's much easier and cleaner in the code to allow these cases than it
would be to disallow them. And I rather like the '{:{fmt}}' example!
I suggest leaving them in. They might be useful, and it makes the
implementation cleaner. I think it will be easier to document, as well.
There are no special cases to describe: If the field name is omitted,
it's auto-numbered with a sequential index number. You can't mix
auto-numbering and manual specification of indexes.
As for string.Formatter, I agree we should leave it alone. I'd be
surprised if anyone is actually using it, anyway. But I'd love to hear
otherwise. |
|
Date |
User |
Action |
Args |
2009-03-14 01:49:36 | eric.smith | set | recipients:
+ eric.smith, gvanrossum, terry.reedy, mark.dickinson, ncoghlan, orsenthil, pitrou, LambertDW, ezio.melotti |
2009-03-14 01:49:35 | eric.smith | set | messageid: <1236995375.1.0.294215110415.issue5237@psf.upfronthosting.co.za> |
2009-03-14 01:49:32 | eric.smith | link | issue5237 messages |
2009-03-14 01:49:29 | eric.smith | create | |
|