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 3692677 commit 262f785Copy full SHA for 262f785
Doc/library/platform.rst
@@ -56,14 +56,6 @@ 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.
66
67
68
.. function:: node()
69
0 commit comments