Skip to content

Commit 33f32d6

Browse files
partevFFY00
andauthored
Replace obsolete platforms with more recent examples (#132455)
Co-authored-by: Filipe Laíns 🇵🇸 <[email protected]>
1 parent 744ec1d commit 33f32d6

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Doc/library/sysconfig.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -382,6 +382,9 @@ Other functions
382382

383383
Examples of returned values:
384384

385+
- linux-x86_64
386+
- linux-aarch64
387+
- solaris-2.6-sun4u
385388

386389
Windows:
387390

Lib/sysconfig/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -645,6 +645,9 @@ def get_platform():
645645
isn't particularly important.
646646
647647
Examples of returned values:
648+
linux-x86_64
649+
linux-aarch64
650+
solaris-2.6-sun4u
648651
649652
650653
Windows:

Tools/c-analyzer/distutils/util.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ def get_host_platform():
1919
particularly important.
2020
2121
Examples of returned values:
22-
linux-i586
23-
linux-alpha (?)
22+
linux-x86_64
23+
linux-aarch64
2424
solaris-2.6-sun4u
2525
2626
Windows will return one of:

0 commit comments

Comments
 (0)