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 belopolsky, bethard, eric.araujo, eric.smith, georg.brandl
Date 2010-12-03.09:26:07
SpamBayes Score 0.0030861616
Marked as misclassified No
Message-id <1291368375.42.0.888993562514.issue10528@psf.upfronthosting.co.za>
In-reply-to
Content
Hmm. I see I confused this with Issue 10529, where there really was a bug in the gettext calls. Nonetheless, +1 for switching from %s to %(xxx)s in 3.2 - since that's the first release in Python 3 that has argparse, I think it's really okay to do this.
History
Date User Action Args
2010-12-03 09:26:15bethardsetrecipients: + bethard, georg.brandl, belopolsky, eric.smith, eric.araujo
2010-12-03 09:26:15bethardsetmessageid: <1291368375.42.0.888993562514.issue10528@psf.upfronthosting.co.za>
2010-12-03 09:26:07bethardlinkissue10528 messages
2010-12-03 09:26:07bethardcreate