|
> And... I think I've found a bug (in linux at least), parsing numbers > is locale dependent, so when I use my locale (which uses colon for > numbers' decimal part) print(2.5) is not legal (it expects 2,5). If I > execute eclipse without $LANG environment variable it works as > expected. Thanks for the report. We will include that on the todo list for the next version.
AFAIR, this was an expected behavior for 5.0, fixed in 5.1... Alexander.