[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:
Miss Islington (bot) 2025-10-07 20:30:21 +02:00 committed by GitHub
parent 8db6615886
commit e2c901782d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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()