mirror of
https://github.com/python/cpython.git
synced 2025-10-22 14:42:22 +00:00
parent
e1b0287c04
commit
069306312a
16 changed files with 36 additions and 115 deletions
|
@ -173,18 +173,15 @@ 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 :func:`os.uname`), although the
|
||||
exact information included depends on the OS; e.g. for IRIX the architecture
|
||||
isn't particularly important (IRIX only runs on SGI hardware), but for Linux
|
||||
the kernel version isn't particularly important.
|
||||
version and the architecture (as supplied by 'os.uname()'), although the
|
||||
exact information included depends on the OS; e.g., on Linux, the kernel
|
||||
version isn't particularly important.
|
||||
|
||||
Examples of returned values:
|
||||
|
||||
- linux-i586
|
||||
- linux-alpha (?)
|
||||
- solaris-2.6-sun4u
|
||||
- irix-5.3
|
||||
- irix64-6.2
|
||||
|
||||
Windows will return one of:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue