Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cb393a0

Browse files
committed
removed windows configs + format change
1 parent 5db6178 commit cb393a0

File tree

2 files changed

+8
-12
lines changed

2 files changed

+8
-12
lines changed

Doc/library/sysconfig.rst

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -380,23 +380,21 @@ Other functions
380380
exact information included depends on the OS; e.g., on Linux, the kernel
381381
version isn't particularly important.
382382

383-
Returned values:
383+
Examples of returned values:
384384

385-
Examples of Linux returned values:
385+
Linux
386386

387387
- linux-i586
388388
- linux-i686
389389
- linux-alpha (?)
390390
- solaris-2.6-sun4u
391391

392-
Windows platforms:
392+
Windows
393393

394-
- win32 (32-bit Windows)
395394
- win-amd64 (64-bit Windows on AMD64, aka x86_64, Intel64, and EM64T)
396395
- win-arm64 (64-bit Windows on ARM64, aka AArch64)
397-
- win-arm32 (32-bit Windows on ARM)
398396

399-
Examples of macOS returned values:
397+
macOS
400398

401399
- macosx-10.13-x86_64
402400
- macosx-11-universal2

Lib/sysconfig/__init__.py

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -638,23 +638,21 @@ def get_platform():
638638
exact information included depends on the OS; on Linux, the kernel version
639639
isn't particularly important.
640640
641-
Returned values:
641+
Examples of returned values:
642642
643-
Examples of Linux returned values:
643+
Linux
644644
645645
- linux-i586
646646
- linux-i686
647647
- linux-alpha (?)
648648
- solaris-2.6-sun4u
649649
650-
Windows platforms:
650+
Windows
651651
652-
- win32 (32-bit Windows)
653652
- win-amd64 (64-bit Windows on AMD64, aka x86_64, Intel64, and EM64T)
654653
- win-arm64 (64-bit Windows on ARM64, aka AArch64)
655-
- win-arm32 (32-bit Windows on ARM)
656654
657-
Examples of macOS returned values:
655+
macOS
658656
659657
- macosx-10.13-x86_64
660658
- macosx-11-universal2

0 commit comments

Comments
 (0)