Message10068

Author jeff.allen
Recipients conflatedauto, darjus, fwierzbicki, jeff.allen, zyasoft
Date 2015-05-17.08:43:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1431852200.52.0.124232784996.issue1879@psf.upfronthosting.co.za>
In-reply-to
Content
I claim this is fixed, including the addition of desired PEP 302 optional methods, by change sets culminating in:
https://hg.python.org/jython/rev/dccf5d04d58e

I'm not *absolutely* sure that all the possible ways we might want to use PEP 302 methods are supported with least surprise semantics. (See also additions to test_classpathimporter.) Where there was no established expectation from CPython, I've used my judgement.

Bottom line:
> java -cp ulib.jar;%JT%\dist\jython-dev.jar;%JT%\dist\javalib\* org.python.util.jython -m u.v.w.x
Init: u\__init__.py
Init: u\v\__init__.py
Init: u\v\w\__init__.py
File: u\v\w\x.py
File: u\y.py
History
Date User Action Args
2015-05-17 08:43:20jeff.allensetmessageid: <1431852200.52.0.124232784996.issue1879@psf.upfronthosting.co.za>
2015-05-17 08:43:20jeff.allensetrecipients: + jeff.allen, fwierzbicki, zyasoft, darjus, conflatedauto
2015-05-17 08:43:20jeff.allenlinkissue1879 messages
2015-05-17 08:43:19jeff.allencreate