On Tue, Feb 22, 2011 at 1:02 PM, wen heping <wenhep...@gmail.com> wrote:
> Hi,
>
>   I found 2 changes in python-3.2 compared to previous python version:
>   i) Demo directory removed
>   ii) lib/libpython3.2.so.1  changed to lib/libpython3.2mu.so.1

Others have answered your first question, but the latter is part of PEP 3149:
http://docs.python.org/py3k/whatsnew/3.2.html#pep-3149-abi-version-tagged-so-files

In addition to allowing multiple builds of extension modules to exist
in parallel, PEP 3149 allows multiple builds of Python itself (with
different build options) to coexist.

Cheers,
Nick.

-- 
Nick Coghlan   |   ncogh...@gmail.com   |   Brisbane, Australia
_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to