Forwarding to the group for discussion.<br><br><div><span class="gmail_quote">On 10/26/07, <b class="gmail_sendername">Mark Summerfield</b> wrote:<br><br></span>There is one thing about this PEP I don&#39;t like:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;The available integer presentation types are:
<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#39;d&#39; - Decimal Integer. Outputs the number in base 10.<br><br>I think this is confusing (since this will not print a decimal.Decimal<br>object), and is a throw back to early versions of C. Modern C now has
<br>&#39;i&#39; as an alternative to &#39;d&#39; and I wish this PEP would use &#39;i&#39; for<br>integer rather than the contrived &#39;d&#39; for &quot;decimal&quot; integer (which<br>sounds like a contradition because most people expect decimals to have
<br>fractional parts). I guess if &#39;d&#39; is too late to change then one<br>&quot;solution&quot; would be:<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#39;d&#39; - Denary Integer. Outputs the number in base 10.<br><br>because at least that fits with octal and hex.
<br><br>--<br>Mark Summerfield, Qtrac Ltd., www.qtrac.eu<br><br></div><br>