From: Eric Smith Date: Thu, 25 Nov 2010 18:04:56 +0000 (+0000) Subject: Blocked revisions 86751 via svnmerge X-Git-Tag: v3.1.3~18 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=229fab3a4cecd0d40c79598b4005838ebfff4014;p=thirdparty%2FPython%2Fcpython.git Blocked revisions 86751 via svnmerge ........ r86751 | eric.smith | 2010-11-25 11:08:06 -0500 (Thu, 25 Nov 2010) | 1 line Issue #7094: Add alternate ('#') flag to __format__ methods for float, complex and Decimal. Allows greater control over when decimal points appear. Added to make transitioning from %-formatting easier. '#g' still has a problem with Decimal which I'll fix soon. ........ ---