From: Samuele P. <pe...@in...> - 2001-10-26 23:43:55
|
> Ok, that makes sense - is there a particular reason why jython doesn't > have a custom classloader to which add_* adds extra paths? Or is just > that no one has gotten around to it yet? =) > You should consider that the add_ family generalize from add_package (the desire would be to make it's usage very rare, but in reality we needed generalizations too), which is about informing jython about loadable packages not about setting up classloaders ... So what would seems natural in the add_extdir,etc perspective, it is not in the general (add_package). regards, Samuele. |