➜

This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

作者 barry
收信人 Arfrever, akitada, andybuckley, barry, belopolsky, catalin.iacob, christian.heimes, doko, eric.araujo, ivazquez, jafo, jcea, lemburg, matejcik, pitrou, tarek
日期 2013-11-07.16:53:50
SpamBayes Score -1.0
Marked as misclassified 是
Message-id <20131107115347.47123c1f@anarchist>
In-reply-to <1383838804.74.0.419435874456.issue1294959@psf.upfronthosting.co.za>
内容
On Nov 07, 2013, at 03:40 PM, jan matejek wrote:

>To reiterate, our current solution is to introduce "sys.lib" (and "sys.arch",
>but that is never used anymore) that is either "lib" or "lib64", and use this
>in place of the string "lib" wherever appropriate. We find the value for
>sys.lib through configure magic.

PEP 421 added sys.implementation, which contains provisions for
implementation-specific additions.  So a better place to put these
non-standard values is sys.implementation._lib and sys.implementation._arch,
either instead of or in addition to sysconfig variables.
历史
日期 用户 动作 参数
2013-11-07 16:53:50barry修改recipients: + barry, lemburg, doko, jafo, jcea, belopolsky, pitrou, christian.heimes, matejcik, tarek, ivazquez, eric.araujo, Arfrever, akitada, andybuckley, catalin.iacob
2013-11-07 16:53:50barry链接issue1294959 messages
2013-11-07 16:53:50barry创建