https://github.com/python/cpython/commit/e2c901782dfdfd7d9310b86631f1e1075b7a1385 commit: e2c901782dfdfd7d9310b86631f1e1075b7a1385 branch: 3.14 author: Miss Islington (bot) <[email protected]> committer: AA-Turner <[email protected]> date: 2025-10-07T19:30:21+01:00 summary:
[3.14] gh-138952: Document platform.machine() output casing inconsistency across platforms (GH-138962) (#139045) gh-138952: Document platform.machine() output casing inconsistency across platforms (GH-138962) (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 7bba8dd412c3aa..256baa53ed59c7 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]
