Issue1835109

classification
Title: Patch for [ 1835098 ] No decimal module available in jython
Type: Severity: normal
Components: None Versions:
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: mehendran, zyasoft
Priority: normal Keywords: patch

Created on 2007-11-20.12:17:23 by mehendran, last changed 2008-09-14.01:20:44 by zyasoft.

Files
File name Uploaded Description Edit Remove
decimal_patch.diff mehendran, 2007-11-20.12:17:23 decimal module
Messages
msg2946 (view) Author: Mehendran (mehendran) Date: 2007-11-20.12:17:23
This is the patch for decimal module in jython.

Files(Modified/New):
--------------------
CPythonLib.includes
CPythonLib/decimal.py
CPythonLib/test/test_decimal.py

One important thing is:
-----------------------
Please copy the decimaltestdata from CPython because 
I couldn't upload the patch with that folder.

cp -r Python-2.4.4/Lib/test/decimaltestdata 
CPythonLib/test/

Please give your comments.

Thanks,
Mehendran

msg3570 (view) Author: Jim Baker (zyasoft) Date: 2008-09-14.01:20:44
This effectively duplicates #1835098 in our issues base and is equally
fixed in 2.5.
Tested by test_decimal
History
Date User Action Args
2008-09-14 01:20:44zyasoftsetstatus: open -> closed
resolution: fixed
messages: + msg3570
nosy: + zyasoft
2007-11-20 12:17:23mehendrancreate