Re: Fwd: SONAME for python modules is bad?

2009-07-25 Thread Matthew Johnson
se versions for classpaths or dependencies, which makes all the transitions either very painful, or everyone ignores the versions and therefore you don't get any benefit from it. Matt -- Matthew Johnson signature.asc Description: Digital signature

Re: Fwd: SONAME for python modules is bad?

2009-07-25 Thread Matthew Johnson
modules in Java). When it comes to glue; generally it's assumed that the same source package will be building both the java side of the glue and the C side, so there's no need to SONAME it for that. However, if we want parallel installable versions of the java library, that namin