From: Mark Dickinson Date: Tue, 8 Sep 2009 20:23:14 +0000 (+0000) Subject: Blocked revisions 74725 via svnmerge X-Git-Tag: v3.1.2rc1~549 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9739b05ab1d6c0e2a2dc8d2ff1d0f3ec53aad4a1;p=python Blocked revisions 74725 via svnmerge ................ r74725 | mark.dickinson | 2009-09-08 21:22:46 +0100 (Tue, 08 Sep 2009) | 10 lines Merged revisions 74723 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ 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. ........ ................ ---