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 anders.rundgren.net@gmail.com
Recipients anders.rundgren.net@gmail.com, bob.ippolito, ethan.furman, rhettinger
Date 2014-12-29.09:08:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1419844086.12.0.441766974471.issue23123@psf.upfronthosting.co.za>
In-reply-to
Content
I guess my particular requirement/wish is unusual (keeping the original textual representation of a floating point number intact) while using Decimal should be fairly universal.

If these things could be combined in a Decimal support option I would (of course) be extremely happy.  They do not appear to be in conflict.

Currently I'm a bit bogged down by the crypto-stuff since it is spread over different and incompatible modules which makes it awkward creating a nice unified RSA/EC solution.  I may end-up writing a wrapper...
History
Date User Action Args
2014-12-29 09:08:06anders.rundgren.net@gmail.comsetrecipients: + anders.rundgren.net@gmail.com, rhettinger, bob.ippolito, ethan.furman
2014-12-29 09:08:06anders.rundgren.net@gmail.comsetmessageid: <1419844086.12.0.441766974471.issue23123@psf.upfronthosting.co.za>
2014-12-29 09:08:06anders.rundgren.net@gmail.comlinkissue23123 messages
2014-12-29 09:08:05anders.rundgren.net@gmail.comcreate