https://github.com/python/cpython/commit/13761d17b125f36a0e9f1d48570f17ac03cf5f86 commit: 13761d17b125f36a0e9f1d48570f17ac03cf5f86 branch: 3.13 author: Miss Islington (bot) <[email protected]> committer: ned-deily <[email protected]> date: 2025-09-17T15:05:56Z summary:
[3.13] gh-138952: Document platform.machine() output casing inconsistency across platforms (GH-138962) (#139046) (cherry picked from commit dd15a2e11ea5d16ad42050a2723dec0e400ea394) Co-authored-by: Aniket <[email protected]> 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 1bdeb186fd6179..8da76b568e61d2 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]
