Message11721

Author jeff.allen
Recipients darjus, jeff.allen, jsaiz, zyasoft
Date 2018-02-27.07:44:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1519717457.58.0.467229070634.issue2455@psf.upfronthosting.co.za>
In-reply-to
Content
Unfortunately this change leads to incorrect behaviour w.r.t. pure Python imports, see #2654.

The Jython Book describes mixed Java/Python packages as "disatrous":
http://www.jython.org/jythonbook/en/1.0/ModulesPackages.html#sys-path
so I question whether we should (or can correctly) support it.

Evidently we don't have strong enough regression tests for the behaviour intended in the design of Jython.
History
Date User Action Args
2018-02-27 07:44:17jeff.allensetmessageid: <1519717457.58.0.467229070634.issue2455@psf.upfronthosting.co.za>
2018-02-27 07:44:17jeff.allensetrecipients: + jeff.allen, zyasoft, jsaiz, darjus
2018-02-27 07:44:17jeff.allenlinkissue2455 messages
2018-02-27 07:44:16jeff.allencreate