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 terry.reedy
Recipients orsenthil, terry.reedy
Date 2011-07-06.07:01:00
SpamBayes Score 0.00430473
Marked as misclassified No
Message-id <1309935661.03.0.32281945464.issue11436@psf.upfronthosting.co.za>
In-reply-to
Content
A default of 1 in not implicit for output formatting.
%s and {:s} mean however long needed, not %1s or {:1s}
History
Date User Action Args
2011-07-06 07:01:01terry.reedysetrecipients: + terry.reedy, orsenthil
2011-07-06 07:01:01terry.reedysetmessageid: <1309935661.03.0.32281945464.issue11436@psf.upfronthosting.co.za>
2011-07-06 07:01:00terry.reedylinkissue11436 messages
2011-07-06 07:01:00terry.reedycreate