gh-138952: Document platform.machine() output casing inconsistency across platforms (#138962)

Co-authored-by: AN Long <aisk@users.noreply.github.com>
This commit is contained in:
Aniket 2025-09-17 20:26:21 +05:30 committed by GitHub
parent e1eca8b308
commit dd15a2e11e
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()