We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
os.uname
sysconfig.get_platform
1 parent 53e9e7d commit 498cb6dCopy full SHA for 498cb6d
Doc/library/sysconfig.rst
@@ -376,7 +376,7 @@ Other functions
376
377
This is used mainly to distinguish platform-specific build directories and
378
platform-specific built distributions. Typically includes the OS name and
379
- version and the architecture (as supplied by 'os.uname()'), although the
+ version and the architecture (as supplied by :func:`os.uname`), although the
380
exact information included depends on the OS; e.g., on Linux, the kernel
381
version isn't particularly important.
382
0 commit comments