This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author skrah
Recipients facundobatista, mark.dickinson, rhettinger, skrah
Date 2010-05-22.12:07:53
SpamBayes Score 0.001113095
Marked as misclassified No
Message-id <20100522120520.GA18385@yoda.bytereef.org>
In-reply-to <1274527781.87.0.664952501186.issue8786@psf.upfronthosting.co.za>
Content
Mark Dickinson <report@bugs.python.org> wrote:
> It's Table 3.6 ("Decimal interchange format parameters") in the final version of IEEE 754;

Thanks! I think this is not in the draft I have.

+1 for IEEEContext(n). Could we have module constants Decimal32, Decimal64 and
Decimal128 so that people coming from Java or DecNumber can write:

c = IEEEContext(Decimal64)

It is somewhat redundant, but 99% of people will use only those.
History
Date User Action Args
2010-05-22 12:07:55skrahsetrecipients: + skrah, rhettinger, facundobatista, mark.dickinson
2010-05-22 12:07:53skrahlinkissue8786 messages
2010-05-22 12:07:53skrahcreate