Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

replace obsolete platforms with more recent examples#132455

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
partev wants to merge1 commit intopython:main
base:main
Choose a base branch
Loading
frompartev:patch-5
Open
Show file tree
Hide file tree
Changes fromall 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
replace obsolete platforms with more recent examples
  • Loading branch information
@partev
partev authoredApr 12, 2025
commitdbca0fe23afa264d807869bcba2bbaaea4e62401
4 changes: 2 additions & 2 deletionsDoc/library/sysconfig.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -382,8 +382,8 @@ Other functions

Examples of returned values:

- linux-i586
- linux-alpha (?)
- linux-x86_64
- linux-aarch64
- solaris-2.6-sun4u

Windows will return one of:
Expand Down
4 changes: 2 additions & 2 deletionsLib/sysconfig/__init__.py
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -650,8 +650,8 @@ def get_platform():
isn't 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
4 changes: 2 additions & 2 deletionsTools/c-analyzer/distutils/util.py
View file
Open in desktop
Original file line numberDiff line numberDiff 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

[8]ページ先頭

©2009-2025 Movatter.jp