Issue608628

classification
Title: long(java.math.BigInteger) does not work
Type: Severity: normal
Components: Core Versions:
Milestone:
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: bckfnn Nosy List: bckfnn, pedronis
Priority: normal Keywords:

Created on 2002-09-12.21:41:00 by pedronis, last changed 2002-10-29.14:13:01 by bckfnn.

Messages
msg731 (view) Author: Samuele Pedroni (pedronis) Date: 2002-09-12.21:41:00
Given that there's no automatic conversion from 
java.math.BigInteger and python long, which is OK, at 
least the "natural" manual one ought to work.
msg732 (view) Author: Samuele Pedroni (pedronis) Date: 2002-09-29.12:21:56
Logged In: YES 
user_id=61408

same is true for  int(Integer) etc
msg733 (view) Author: Finn Bock (bckfnn) Date: 2002-10-29.14:13:01
Logged In: YES 
user_id=4201

Fixed in __builtin__.java: 2.52;
History
Date User Action Args
2002-09-12 21:41:00pedroniscreate