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.
_______________________________________________
Ironpython-users mailing list
[email protected]
http://mail.python.org/mailman/listinfo/ironpython-users

Reply via email to