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 eric.smith, mark.dickinson, skrah
Date 2009-09-07.17:42:43
SpamBayes Score 1.6284663e-07
Marked as misclassified No
Message-id <1252345366.26.0.466629053066.issue6857@psf.upfronthosting.co.za>
In-reply-to
Content
Hmm.  PEP 3101 does indeed say that left-aligned is the default, but it's 
a bit of a strange default for numeric types.  I'd expect integers (at 
least) to be right-aligned by default.

I'd be inclined to say that the current float formatting is correct, and 
that it's the Decimal formatting that's wrong.
History
Date User Action Args
2009-09-07 17:42:46mark.dickinsonsetrecipients: + mark.dickinson, eric.smith, skrah
2009-09-07 17:42:46mark.dickinsonsetmessageid: <1252345366.26.0.466629053066.issue6857@psf.upfronthosting.co.za>
2009-09-07 17:42:43mark.dickinsonlinkissue6857 messages
2009-09-07 17:42:43mark.dickinsoncreate