[Python-Dev] Is Demo directory removed from python3.2 ?

Nick Coghlan ncoghlan at gmail.com
Tue Feb 22 06:06:07 CET 2011


On Tue, Feb 22, 2011 at 1:02 PM, wen heping <wenheping at 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   |   ncoghlan at gmail.com   |   Brisbane, Australia


More information about the Python-Dev mailing list