Message12786

Author jeff.allen
Recipients jeff.allen, ruud
Date 2019-11-23.10:12:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1574503930.78.0.983914750658.issue2832@roundup.psfhosted.org>
In-reply-to
Content
The behaviour in 2.7.1 is incorrect (see #2654). You must import test.trial explicitly. Compare CPython.

The incorrect behaviour is a malign consequence of attempting to do what seems natural for Java objects (see #2455). We have adjusted this behaviour several times over the evolution of Jython.

I wrote something to explain the problem and trace the logic (https://inside-jython.readthedocs.io/en/latest/import.html). It is long.
History
Date User Action Args
2019-11-23 10:12:10jeff.allensetmessageid: <1574503930.78.0.983914750658.issue2832@roundup.psfhosted.org>
2019-11-23 10:12:10jeff.allensetrecipients: + jeff.allen, ruud
2019-11-23 10:12:10jeff.allenlinkissue2832 messages
2019-11-23 10:12:10jeff.allencreate