We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08b07a2 commit 447ac2dCopy full SHA for 447ac2d
Doc/library/platform.rst
@@ -56,13 +56,7 @@ Cross platform
56
Returns the machine type, e.g. ``'AMD64'``. An empty string is returned if the
57
value cannot be determined.
58
59
- .. note::
60
-
61
- The output of :func:`platform.machine` is system-dependent and may differ
62
- in casing and naming conventions across platforms. For example, on Apple
63
- Silicon macOS it may return ``'arm64'`` (lowercase), while on Windows-on-ARM
64
- it may return ``'ARM64'`` (uppercase). If you need consistent results,
65
- normalize the output in your code.
+ The output is platform-dependent and may differ in casing and naming conventions.
66
67
68
.. function:: node()
0 commit comments