Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

replace obsolete platforms with more recent examples #132455

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

partev
Copy link
Contributor

@partev partev commented Apr 12, 2025

replace two examples:

  • linux-i586
  • linux-alpha (?)

that are almost never used nowadays with the two most common Linux architectures (x86_64 and ARM64)

  • linux-x86_64
  • linux-aarch64

📚 Documentation preview 📚: https://cpython-previews--132455.org.readthedocs.build/en/132455/library/sysconfig.html#sysconfig.get_platform

Copy link
Contributor

@StanFromIreland StanFromIreland left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is just a cosmetic change IMO, the examples are not wrong.

Copy link
Member

@ZeroIntensity ZeroIntensity left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think this makes sense.

Cosmetic changes generally refer to cosmetic code changes, not documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants