Message8576

Author zyasoft
Recipients nonameentername, zyasoft
Date 2014-05-27.16:38:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1401208711.37.0.854984685023.issue2143@psf.upfronthosting.co.za>
In-reply-to
Content
One idea I have here is that the built-in open function should be able to take a jar URL to the file in question and this can be resolved automagically against a jar that is on sys.path (including via __classpath__)

This change should then work transparently with normal search path resolution.

It should be fairly easy to test this idea out, given that we can directly take the result of getResourceAsStream and pass it to open.
History
Date User Action Args
2014-05-27 16:38:31zyasoftsetmessageid: <1401208711.37.0.854984685023.issue2143@psf.upfronthosting.co.za>
2014-05-27 16:38:31zyasoftsetrecipients: + zyasoft, nonameentername
2014-05-27 16:38:31zyasoftlinkissue2143 messages
2014-05-27 16:38:30zyasoftcreate