Message5

Author bckfnn
Recipients
Date 2000-11-18.18:44:56
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
This was originally posted by Udo Flögel.

JPython 1.1alpha3 on java1.2.1
Copyright 1997-1999 Corporation for National Research Initiatives
>>> import java 
>>> java.util.Locale.setDefault(java.util.Locale("da", ""))
>>> print "%e" % -1e-6
-1,000000.e-006
>>>

The use of comma as decimal point is correct for the danish locale.
The dot before the 'e' is a bug.
History
Date User Action Args
2008-02-20 17:16:37adminlinkissue222787 messages
2008-02-20 17:16:37admincreate