[Ironpython-users] IronPython, Daily Digest 2/28/2013

CodePlex no_reply at codeplex.com
Fri Mar 1 09:47:20 CET 2013


Hi ironpython,

Here's your Daily Digest of new issues for project "IronPython".

In today's digest:ISSUES

1. [New issue] Conversion from Ironpython's Decimal to System.Decimal loses precision.

----------------------------------------------

ISSUES

1. [New issue] Conversion from Ironpython's Decimal to System.Decimal loses precision.
http://ironpython.codeplex.com/workitem/33830
User ruxo has proposed the issue:

"For example:

import decimal
import System

x = decimal.Decimal('12.34')
y = System.Decimal(x)   # No error
print y   # however, y is 12.00, not 12.34"
----------------------------------------------



----------------------------------------------
You are receiving this email because you subscribed to notifications on CodePlex.

To report a bug, request a feature, or add a comment, visit IronPython Issue Tracker. You can unsubscribe or change your issue notification settings on CodePlex.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/ironpython-users/attachments/20130301/0f3db1b6/attachment.html>


More information about the Ironpython-users mailing list