From: Mark Dickinson Date: Tue, 8 Sep 2009 20:20:51 +0000 (+0000) Subject: Blocked revisions 74723 via svnmerge X-Git-Tag: v2.6.3rc1~76 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6acb41bc78794ea86a79f09609348c8d182f895b;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 74723 via svnmerge ........ r74723 | mark.dickinson | 2009-09-08 21:20:19 +0100 (Tue, 08 Sep 2009) | 3 lines Issue #6857: Fix Decimal formatting to be consistent with existing float formatting: both are now right-aligned by default. ........ ---