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 eric.smith
Recipients eric.smith, sneetsher
Date 2010-04-10.10:47:30
SpamBayes Score 0.020471733
Marked as misclassified No
Message-id <1270896452.3.0.912864600726.issue8359@psf.upfronthosting.co.za>
In-reply-to
Content
Also, if you use the 'mapping' version of %-formatting you also don't have this restriction:

>>> 'One hour' % {'n': 3}
History
Date User Action Args
2010-04-10 10:47:32eric.smithsetrecipients: + eric.smith, sneetsher
2010-04-10 10:47:32eric.smithsetmessageid: <1270896452.3.0.912864600726.issue8359@psf.upfronthosting.co.za>
2010-04-10 10:47:30eric.smithlinkissue8359 messages
2010-04-10 10:47:30eric.smithcreate