This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author bethard
Recipients bethard, eric.smith, loewis, orsenthil, rickysarraf
Date 2009-06-12.15:41:47
SpamBayes Score 1.8048726e-05
Marked as misclassified No
Message-id <1244821308.89.0.90394926246.issue6247@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2009-06-12 15:41:48bethardsetrecipients: + bethard, loewis, orsenthil, eric.smith, rickysarraf
2009-06-12 15:41:48bethardsetmessageid: <1244821308.89.0.90394926246.issue6247@psf.upfronthosting.co.za>
2009-06-12 15:41:47bethardlinkissue6247 messages
2009-06-12 15:41:47bethardcreate