Skip to content

Commit 73e98fe

Browse files
Aniketsyaisk
authored andcommitted
pythongh-138952: Document platform.machine() output casing inconsistency across platforms (pythonGH-138962)
(cherry picked from commit dd15a2e) Co-authored-by: Aniket <[email protected]> Co-authored-by: AN Long <[email protected]>
1 parent 9a85f9d commit 73e98fe

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Doc/library/platform.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ Cross platform
5656
Returns the machine type, e.g. ``'AMD64'``. An empty string is returned if the
5757
value cannot be determined.
5858

59+
The output is platform-dependent and may differ in casing and naming conventions.
60+
5961

6062
.. function:: node()
6163

0 commit comments

Comments
 (0)