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 poke
Recipients poke
Date 2011-10-27.20:19:10
SpamBayes Score 6.537021e-07
Marked as misclassified No
Message-id <1319746751.8.0.206945992721.issue13280@psf.upfronthosting.co.za>
In-reply-to
Content
Hey,

according to PEP 3101, the new string.Formatter class is supposed to replace the old string formatting with %. At least that is what I was always thinking. Given that argparse is a Python 3.2+ exclusive module, I think it should make use of that new formatting method.

Is there any special reason why that is not the case and the old %-formatting is used? It feels a bit weird to have Python 3 code using only string.Formatter and then have a short section where the old formatter is used – especially when that module was introduced with Python 3.2.
History
Date User Action Args
2011-10-27 20:19:11pokesetrecipients: + poke
2011-10-27 20:19:11pokesetmessageid: <1319746751.8.0.206945992721.issue13280@psf.upfronthosting.co.za>
2011-10-27 20:19:11pokelinkissue13280 messages
2011-10-27 20:19:10pokecreate