mirror of https://github.com/python/cpython
Clarify that discutils.(plat)include is for CPython's headers (GH-29578)
Change the docs to note that "include" and "platinclude" are for CPython's headers, and not necessarily for headers of third-party libraries. See discussion in: https://discuss.python.org/t/clarification-on-a-wheels-header-data/9305/19
This commit is contained in:
parent
135cabd328
commit
2c047f604e
|
@ -96,8 +96,10 @@ identifier. Python currently uses eight paths:
|
|||
platform-specific.
|
||||
- *platlib*: directory for site-specific, platform-specific files.
|
||||
- *purelib*: directory for site-specific, non-platform-specific files.
|
||||
- *include*: directory for non-platform-specific header files.
|
||||
- *platinclude*: directory for platform-specific header files.
|
||||
- *include*: directory for non-platform-specific header files for
|
||||
the Python C-API.
|
||||
- *platinclude*: directory for platform-specific header files for
|
||||
the Python C-API.
|
||||
- *scripts*: directory for script files.
|
||||
- *data*: directory for data files.
|
||||
|
||||
|
|
Loading…
Reference in New Issue