From e2c901782dfdfd7d9310b86631f1e1075b7a1385 Mon Sep 17 00:00:00 2001 From: "Miss Islington (bot)" <31488909+miss-islington@users.noreply.github.com> Date: Tue, 7 Oct 2025 20:30:21 +0200 Subject: [PATCH] [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 <148300120+Aniketsy@users.noreply.github.com> Co-authored-by: AN Long --- Doc/library/platform.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Doc/library/platform.rst b/Doc/library/platform.rst index 7bba8dd412c3..256baa53ed59 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() -- 2.47.3