Message8576
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. |
|
Date |
User |
Action |
Args |
2014-05-27 16:38:31 | zyasoft | set | messageid: <1401208711.37.0.854984685023.issue2143@psf.upfronthosting.co.za> |
2014-05-27 16:38:31 | zyasoft | set | recipients:
+ zyasoft, nonameentername |
2014-05-27 16:38:31 | zyasoft | link | issue2143 messages |
2014-05-27 16:38:30 | zyasoft | create | |
|