mirror of
https://github.com/python/cpython.git
synced 2025-11-24 12:20:42 +00:00
Replace obsolete platforms with more recent examples (#132455)
Co-authored-by: Filipe Laíns 🇵🇸 <lains@riseup.net>
This commit is contained in:
parent
744ec1d6c3
commit
33f32d6740
3 changed files with 8 additions and 2 deletions
|
|
@ -382,6 +382,9 @@ Other functions
|
|||
|
||||
Examples of returned values:
|
||||
|
||||
- linux-x86_64
|
||||
- linux-aarch64
|
||||
- solaris-2.6-sun4u
|
||||
|
||||
Windows:
|
||||
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue