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 mark.dickinson
Recipients ajaksu2, eric.smith, gvanrossum, mark, mark.dickinson
Date 2009-04-27.17:01:42
SpamBayes Score 0.0004308173
Marked as misclassified No
Message-id <1240851704.31.0.616952843435.issue1588@psf.upfronthosting.co.za>
In-reply-to
Content
More specifically, how about allowing widths, and the
'<', '>' and '^' alignment specifiers, but not '=', or
'0' for zero-padding.

I suppose that thousands separators should be permitted
here too?  Though it's difficult to imagine anyone actually
using them.  If we allow ',' but not '0' then we avoid
the crazy zero-padding--thousands-separators interaction.
History
Date User Action Args
2009-04-27 17:01:44mark.dickinsonsetrecipients: + mark.dickinson, gvanrossum, eric.smith, ajaksu2, mark
2009-04-27 17:01:44mark.dickinsonsetmessageid: <1240851704.31.0.616952843435.issue1588@psf.upfronthosting.co.za>
2009-04-27 17:01:43mark.dickinsonlinkissue1588 messages
2009-04-27 17:01:43mark.dickinsoncreate