[Python-Dev] r84775 - peps/trunk/pep-3149.txt (original) (raw)
Antoine Pitrou solipsis at pitrou.net
Mon Sep 13 16:36:19 CEST 2010
- Previous message: [Python-Dev] [Python-checkins] r84743 - in python/branches/py3k: Doc/license.rst Misc/NEWS Modules/expat/COPYING
- Next message: [Python-Dev] r84775 - peps/trunk/pep-3149.txt
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Mon, 13 Sep 2010 16🔞44 +0200 (CEST) barry.warsaw <python-checkins at python.org> wrote:
-For an arbitrary package
foo
, you would see these files when the +For an arbitrary packagefoo
, you might see these files when the distribution package was installed:: - /usr/share/pyshared/foo.cpython-32m.so - /usr/share/pyshared/foo.cpython-33m.so + /usr/lib/python/foo.cpython-32m.so + /usr/lib/python/foo.cpython-33m.so
Are these the default paths? The PEP doesn't say how a distribution is supposed to choose its PEP 3149 filesystem layout (instead of /usr/lib/python3.2/site-packages).
Thanks
Antoine.
- Previous message: [Python-Dev] [Python-checkins] r84743 - in python/branches/py3k: Doc/license.rst Misc/NEWS Modules/expat/COPYING
- Next message: [Python-Dev] r84775 - peps/trunk/pep-3149.txt
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]