Message89283
Yeah, the % formatting is an artifact of argparse being around before
str.format was available. If argparse became part of the standard
library, it might be reasonable to change to str.format formatting
instead as part of the move.
It would mean that folks would have to modify their code to switch from
the current argparse module to the stdlib one, but maybe that's an
acceptable tradeoff. I'm certainly happy to change things to str.format
if that's agreed on.
Thanks again for looking at this. |
|
Date |
User |
Action |
Args |
2009-06-12 15:41:48 | bethard | set | recipients:
+ bethard, loewis, orsenthil, eric.smith, rickysarraf |
2009-06-12 15:41:48 | bethard | set | messageid: <1244821308.89.0.90394926246.issue6247@psf.upfronthosting.co.za> |
2009-06-12 15:41:47 | bethard | link | issue6247 messages |
2009-06-12 15:41:47 | bethard | create | |
|