2007/11/30, Mark Summerfield <[EMAIL PROTECTED]>: > BTW I notice that decimal.Decimal() numbers can't be used with the 'e', > 'f', or 'g' formats. I know that these numbers aren't floating-point > under the hood, but this still seems a bit counter-intuitive to me.
Adding __format__ to the Decimal data type is on my queue of pendings... Regards, -- . Facundo Blog: http://www.taniquetil.com.ar/plog/ PyAr: http://www.python.org/ar/ _______________________________________________ Python-3000 mailing list [email protected] http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com
