Issue1835098

classification
Title: No decimal module available in jython
Type: Severity: normal
Components: Library Versions:
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: mehendran, zyasoft
Priority: normal Keywords:

Created on 2007-11-20.11:54:21 by mehendran, last changed 2008-09-13.23:20:12 by zyasoft.

Messages
msg2009 (view) Author: Mehendran (mehendran) Date: 2007-11-20.11:54:21
Jython doesn't have decimal module. But CPython has that.

Jython 2.3a0 on java1.6.0_03
Type "copyright", "credits" or "license" for more information.
>>> import decimal
Traceback (innermost last):
  File "<console>", line 1, in ?
  ImportError: no module named decimal

msg2010 (view) Author: Mehendran (mehendran) Date: 2007-11-20.12:03:13
I will come with the patch soon.
msg2011 (view) Author: Mehendran (mehendran) Date: 2007-11-20.12:20:05
Patch is uploaded with the id [ 1835109 ]
msg3553 (view) Author: Jim Baker (zyasoft) Date: 2008-09-13.23:20:12
Fixed in 2.5
History
Date User Action Args
2008-09-13 23:20:12zyasoftsetstatus: open -> closed
resolution: fixed
messages: + msg3553
nosy: + zyasoft
2007-11-20 11:54:21mehendrancreate