[Python-Dev] r84513 - python/branches/py3k/Doc/whatsnew/3.2.rst (original) (raw)
Georg Brandl g.brandl at gmx.net
Sun Sep 5 17:40:28 CEST 2010
- Previous message: [Python-Dev] r84513 - python/branches/py3k/Doc/whatsnew/3.2.rst
- Next message: [Python-Dev] PEP 3149 thoughts
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Am 05.09.2010 13:18, schrieb Antoine Pitrou:
On Sun, 5 Sep 2010 02:27:25 +0200 (CEST) raymond.hettinger <python-checkins at python.org> wrote:
+ +The common directory is "pyshared" and the file names are made distinct by +identifying the Python implementation (such as CPython, PyPy, Jython, etc.), the +major and minor version numbers, and optional build flags (such as "d" for +debug, "m" for pymalloc, "u" for wide-unicode). For an arbtrary package, "foo", +you may see these files when the distribution package is installed:: + + /usr/share/pyshared/foo.cpython-32m.so + /usr/share/pyshared/foo.cpython-33md.so Does it happen by default? I can't see any trace of "pyshared" in the Python source tree.
No; it has to be implemented this way by distributors.
Georg
-- Thus spake the Lord: Thou shalt indent with four spaces. No more, no less. Four shall be the number of spaces thou shalt indent, and the number of thy indenting shall be four. Eight shalt thou not indent, nor either indent thou two, excepting that thou then proceed to four. Tabs are right out.
- Previous message: [Python-Dev] r84513 - python/branches/py3k/Doc/whatsnew/3.2.rst
- Next message: [Python-Dev] PEP 3149 thoughts
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]