mirror of
https://github.com/python/cpython.git
synced 2026-05-07 02:51:00 +00:00
Docs: Use cross-reference to os.uname in sysconfig.get_platform (#122083)
This commit is contained in:
parent
53e9e7de63
commit
498cb6dff1
1 changed files with 1 additions and 1 deletions
|
|
@ -376,7 +376,7 @@ Other functions
|
|||
|
||||
This is used mainly to distinguish platform-specific build directories and
|
||||
platform-specific built distributions. Typically includes the OS name and
|
||||
version and the architecture (as supplied by 'os.uname()'), although the
|
||||
version and the architecture (as supplied by :func:`os.uname`), although the
|
||||
exact information included depends on the OS; e.g., on Linux, the kernel
|
||||
version isn't particularly important.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue