mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
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:
parent
e1eca8b308
commit
dd15a2e11e
1 changed files with 2 additions and 0 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue