<!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>Decimal.py in sandbox</TITLE>
</HEAD>
<BODY>
<BR>
<P><FONT SIZE=2>To my (nice) surprise, all the testCases of Decimal.py ran OK. </FONT>
</P>
<P><FONT SIZE=2>These tests were all about the specification (the ugly side, :) and not about</FONT>
<BR><FONT SIZE=2>using the class. For instance, you can do::</FONT>
</P>
<P><FONT SIZE=2> x = Decimal(3) / 5</FONT>
<BR><FONT SIZE=2> </FONT>
<BR><FONT SIZE=2>and it get done allright (according to the tests cases of Mike Cowlishaw).</FONT>
<BR><FONT SIZE=2>But you can´t do::</FONT>
</P>
<P><FONT SIZE=2> x = 5 / Decimal(3)</FONT>
</P>
<P><FONT SIZE=2>So, here is a temptative list of ToDo for myself:</FONT>
</P>
<P><FONT SIZE=2> 1. Clean up unused code, reorder methods (all publics together, etc).</FONT>
<BR><FONT SIZE=2> 2. Put some repeated code inside functions.</FONT>
<BR><FONT SIZE=2> 3. Write a pre-PEP.</FONT>
<BR><FONT SIZE=2> 4. Write testCases for the functionality specified by the pre-PEP.</FONT>
<BR><FONT SIZE=2> 5. Write the code to comply the testCases.</FONT>
<BR><FONT SIZE=2> 6. Write the PEP.</FONT>
<BR><FONT SIZE=2> 7. Submit everything.</FONT>
</P>
<P><FONT SIZE=2>Some questions:</FONT>
</P>
<P><FONT SIZE=2> - Is there some of this work (specially the third item) already done or</FONT>
<BR><FONT SIZE=2> started?</FONT>
<BR><FONT SIZE=2> - Should I submit partial work or everything as a whole?</FONT>
<BR><FONT SIZE=2> - Modifications to the sandbox modules, are considered patches? Should I</FONT>
<BR><FONT SIZE=2> send them through SourceForge interface?</FONT>
</P>
<P><FONT SIZE=2>As always, suggestions and similars are welcomed (and very appreciated).</FONT>
</P>
<P><FONT SIZE=2>Thank you.</FONT>
</P>
<BR>
<P><FONT SIZE=2>Facundo Batista</FONT>
<BR><FONT SIZE=2>Gestión de Red</FONT>
<BR><FONT SIZE=2>fbatista@unifon.com.ar</FONT>
<BR><FONT SIZE=2>(54 11) 5130-4643</FONT>
<BR><FONT SIZE=2>Cel: 15 5132 0132</FONT>
</P>
<BR>
<BR>
<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>