Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions Doc/library/sysconfig.rst
Original file line number Diff line number Diff line change
Expand Up @@ -382,6 +382,9 @@ Other functions

Examples of returned values:

- linux-x86_64
- linux-aarch64
- solaris-2.6-sun4u

Windows:

Expand Down
3 changes: 3 additions & 0 deletions Lib/sysconfig/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -645,6 +645,9 @@ def get_platform():
isn't particularly important.
Examples of returned values:
linux-x86_64
linux-aarch64
solaris-2.6-sun4u
Windows:
Expand Down
4 changes: 2 additions & 2 deletions Tools/c-analyzer/distutils/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ def get_host_platform():
particularly important.
Examples of returned values:
linux-i586
linux-alpha (?)
linux-x86_64
linux-aarch64
solaris-2.6-sun4u
Windows will return one of:
Expand Down
Loading