[Python-Dev] versioned .so files for Python 3.2

Barry Warsaw barry at python.org
Tue Jul 27 23:25:19 CEST 2010


On Jul 27, 2010, at 01:54 PM, Ralf Schmitt wrote:

>Matthias Klose <doko at ubuntu.com> writes:
>
>> Not true. Package managers like dpkg/apt-get, rpm/yum and maybe
>> others do this for ages. And yes, the added "complexity" of package
>> managers does lead to increased robustness.
>
>but how does sharing things lead to increased robustness (even if it
>might be managed by your package manager)? 

It removes the need to maintain multiple directory trees and the symlinks
between them.  The tools that manage all this platform complexity get simpler,
and thus easier to maintain, leading to increased robustness on the platform.

Cheers,
-Barry

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: not available
URL: <http://mail.python.org/pipermail/python-dev/attachments/20100727/a2866116/attachment.pgp>


More information about the Python-Dev mailing list