Am 05.09.2010 13:18, schrieb Antoine Pitrou:
> On Sun,  5 Sep 2010 02:27:25 +0200 (CEST)
> raymond.hettinger <python-check...@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.

_______________________________________________
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