This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author loewis
Recipients
Date 2001-03-04.18:31:30
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=21627

What is the bug that you want to report? It is perfectly
fine that CPython and Jython behave differently in this
respect. CPython uses the C double type, and inherits all
its semantics; Jython uses the Java double type - which
might be different, since the C standard does not say what
double is (only that it is more precise than float).

If you meant to report a more specific problem than the mere
difference, please re-report.
History
Date User Action Args
2007-08-23 13:53:26adminlinkissue405849 messages
2007-08-23 13:53:26admincreate