<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Generator" CONTENT="MS Exchange Server version 5.5.2654.45">
<TITLE>RE: [Python-Dev] PEP 327: Decimal Data Type</TITLE>
</HEAD>
<BODY>
<P><FONT SIZE=2>Stephen Horne writes:</FONT>
</P>
<P><FONT SIZE=2>#- Good point. A 'DecimalExact' or similar function could perhaps be</FONT>
<BR><FONT SIZE=2>#- provided to replace the simple conversion when people have really</FONT>
<BR><FONT SIZE=2>#- thought about it and do really want it.</FONT>
</P>
<P><FONT SIZE=2>So, making it short:</FONT>
</P>
<P><FONT SIZE=2>When you have som rounding, it's ok to have a second parameter:</FONT>
</P>
<P><FONT SIZE=2> Decimal(1.1, 2) == Decimal('1.1')</FONT>
</P>
<BR>
<P><FONT SIZE=2>I proposed that without the second parameter, the conversion to be exact:</FONT>
</P>
<P><FONT SIZE=2> Decimal(1.1) == Decimal('110000000000000008881784197001252...e-51')</FONT>
</P>
<BR>
<P><FONT SIZE=2>Michael Chermside proposed to have the second parameter mandatory: avoids the problem of a newbie forgetting it, and if you want an exact conversion you can always put a very large number (e.g.: 60).</FONT></P>
<P><FONT SIZE=2>If the second parameter will be mandatory, I prefer a non sense number there, for example: 0.</FONT>
</P>
<P><FONT SIZE=2>And Stephen Horne proposed to have an explicit method to do the exact conversion, kind of:</FONT>
</P>
<P><FONT SIZE=2> Decimal.fromFloat(1.1) == Decimal('110000000000000008881784197001252...e-51')</FONT>
</P>
<BR>
<P><FONT SIZE=2>So, we need to choose one of three ways to obtain an exact conversion:</FONT>
</P>
<P><FONT SIZE=2> 1. Without a second parameter.</FONT>
<BR><FONT SIZE=2> 2. With a second parameter "big enough" or a special value (0? -1?)</FONT>
<BR><FONT SIZE=2> 3. With another method. Name?</FONT>
</P>
<P><FONT SIZE=2>Thank you all!</FONT>
</P>
<P><FONT SIZE=2>. Facundo</FONT>
</P>
<BR>
<BR>
<BR>
<BR>
<P><B><FONT SIZE=2>. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . .</FONT></B></P>
<P><B><U><FONT SIZE=2>ADVERTENCIA </FONT></U> </B>
</P>
<P><B><FONT SIZE=2>La información contenida en este mensaje y cualquier archivo anexo al mismo, son para uso exclusivo del destinatario y pueden contener información confidencial o propietaria, cuya divulgación es sancionada por la ley. </FONT></B></P>
<P><B><FONT SIZE=2>Si Ud. No es uno de los destinatarios consignados o la persona responsable de hacer llegar este mensaje a los destinatarios consignados, no está autorizado a divulgar, copiar, distribuir o retener información (o parte de ella) contenida en este mensaje. Por favor notifíquenos respondiendo al remitente, borre el mensaje original y borre las copias (impresas o grabadas en cualquier medio magnético) que pueda haber realizado del mismo. </FONT></B></P>
<P><B><FONT SIZE=2>Todas las opiniones contenidas en este mail son propias del autor del mensaje y no necesariamente coinciden con las de Telefónica Comunicaciones Personales S.A. o alguna empresa asociada. </FONT></B></P>
<P><B><FONT SIZE=2>Los mensajes electrónicos pueden ser alterados, motivo por el cual Telefónica Comunicaciones Personales S.A. no aceptará ninguna obligación cualquiera sea el resultante de este mensaje. </FONT></B></P>
<P><B><FONT SIZE=2>Muchas Gracias.</FONT></B>
</P>
</BODY>
</HTML>