mirror of
https://github.com/python/cpython.git
synced 2026-02-13 19:04:37 +00:00
[3.14] gh-138952: Document platform.machine() output casing inconsistency across platforms (GH-138962) (#139045)
gh-138952: Document platform.machine() output casing inconsistency across platforms (GH-138962)
(cherry picked from commit dd15a2e11e)
Co-authored-by: Aniket <148300120+Aniketsy@users.noreply.github.com>
Co-authored-by: AN Long <aisk@users.noreply.github.com>
This commit is contained in:
parent
8db6615886
commit
e2c901782d
1 changed files with 2 additions and 0 deletions
|
|
@ -56,6 +56,8 @@ Cross platform
|
|||
Returns the machine type, e.g. ``'AMD64'``. An empty string is returned if the
|
||||
value cannot be determined.
|
||||
|
||||
The output is platform-dependent and may differ in casing and naming conventions.
|
||||
|
||||
|
||||
.. function:: node()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue