Message12184

Author jeff.allen
Recipients alanb, amak, darjus, fwierzbicki, jeff.allen, mr, rpan, sfelts, zyasoft
Date 2018-11-25.08:14:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1543133676.19.0.788709270274.issue2362@psf.upfronthosting.co.za>
In-reply-to
Content
I have a change set that seems to work now, with the limitations that it reads only a configured list of modules, and does no caching. I'll push this because it is quite big already, and I want to see if it works on other OSes.
https://hg.python.org/jython/rev/f662c11b87a0

I'm finding the API here paints me into a bit of a corner. It's very JAR-specific, while at the same time containing fragments useful for modules too. I'd quite like to re-work it to use URI and NIO, but it is a long-standing technically public API. It invites extension (of a sort) but I can find no reference to anyone doing so.
History
Date User Action Args
2018-11-25 08:14:36jeff.allensetmessageid: <1543133676.19.0.788709270274.issue2362@psf.upfronthosting.co.za>
2018-11-25 08:14:36jeff.allensetrecipients: + jeff.allen, fwierzbicki, amak, zyasoft, darjus, rpan, sfelts, mr, alanb
2018-11-25 08:14:36jeff.allenlinkissue2362 messages
2018-11-25 08:14:35jeff.allencreate