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 serhiy.storchaka
Recipients Jim.Jewett, Jimbofbx, Ramchandra Apte, amaury.forgeotdarc, jcea, pitrou, python-dev, rhettinger, serhiy.storchaka, skrah
Date 2012-06-23.12:50:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1340455841.76.0.88998369113.issue14478@psf.upfronthosting.co.za>
In-reply-to
Content
The C version of decimal may not always be available. In particular, it is not compatible with C89. Therefore, efficiency of the pure Python version of decimal is important.

Any chance to get it in Python 3.3?
History
Date User Action Args
2012-06-23 12:50:41serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, jcea, amaury.forgeotdarc, pitrou, skrah, Jimbofbx, python-dev, Ramchandra Apte, Jim.Jewett
2012-06-23 12:50:41serhiy.storchakasetmessageid: <1340455841.76.0.88998369113.issue14478@psf.upfronthosting.co.za>
2012-06-23 12:50:41serhiy.storchakalinkissue14478 messages
2012-06-23 12:50:41serhiy.storchakacreate