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 belopolsky
Recipients belopolsky, dangyogi
Date 2008-04-09.21:15:16
SpamBayes Score 0.028854128
Marked as misclassified No
Message-id <1207775718.14.0.987142277956.issue2599@psf.upfronthosting.co.za>
In-reply-to
Content
Omitting the ordinals from {} format units will present a problem with
internationalization because the arguments may need to be rendered in
different order in different languages.  This is a frequent problem with
the % formats and it is a good thing that the new format requires
explicit enumeration.  If your argument list grows to the big enough
size that renumbering presents a problem, you should consider using
named rather than positional arguments.

This type of changes should be discussed on python-ideas list first.
History
Date User Action Args
2008-04-09 21:15:18belopolskysetspambayes_score: 0.0288541 -> 0.028854128
recipients: + belopolsky, dangyogi
2008-04-09 21:15:18belopolskysetspambayes_score: 0.0288541 -> 0.0288541
messageid: <1207775718.14.0.987142277956.issue2599@psf.upfronthosting.co.za>
2008-04-09 21:15:17belopolskylinkissue2599 messages
2008-04-09 21:15:16belopolskycreate