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.

Unsupported provider

Author eric.smith
Recipients bethard, eric.smith, loewis, orsenthil, rickysarraf
Date 2009-06-12.15:08:49
SpamBayes Score 1.0519617e-08
Marked as misclassified No
Message-id <1244819331.99.0.694588740577.issue6247@psf.upfronthosting.co.za>
In-reply-to
Content
It's unfortunate (at least to me, but I know I have a skewed view of
this) that the help string in add_argument uses %-formatting when
formatting the result. I'd much rather it use str.format().

I see a couple of options:
- leave it as-is and live with %-formatting forever
- add a different, mutually exclusive parameter,
  like help_ex or help_str
- try to guess whether to use %-formatting or str.format,
  based on inspecting the help string

I'm not really wild about any of these.

I'm still looking through the code, slowly.
History
Date User Action Args
2009-06-12 15:08:52eric.smithsetrecipients: + eric.smith, loewis, orsenthil, bethard, rickysarraf
2009-06-12 15:08:51eric.smithsetmessageid: <1244819331.99.0.694588740577.issue6247@psf.upfronthosting.co.za>
2009-06-12 15:08:49eric.smithlinkissue6247 messages
2009-06-12 15:08:49eric.smithcreate