https://github.com/python/cpython/commit/dd15a2e11ea5d16ad42050a2723dec0e400ea394 commit: dd15a2e11ea5d16ad42050a2723dec0e400ea394 branch: main author: Aniket <[email protected]> committer: ned-deily <[email protected]> date: 2025-09-17T15:56:21+01:00 summary:
gh-138952: Document platform.machine() output casing inconsistency across platforms (#138962) Co-authored-by: AN Long <[email protected]> files: M Doc/library/platform.rst diff --git a/Doc/library/platform.rst b/Doc/library/platform.rst index 88affb5eea2b59..d05c6e5a2aa22c 100644 --- a/Doc/library/platform.rst +++ b/Doc/library/platform.rst @@ -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() _______________________________________________ Python-checkins mailing list -- [email protected] To unsubscribe send an email to [email protected] https://mail.python.org/mailman3//lists/python-checkins.python.org Member address: [email protected]
