From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Wed, 17 Sep 2025 15:05:56 +0000 (+0200) Subject: [3.13] gh-138952: Document platform.machine() output casing inconsistency across... X-Git-Tag: v3.13.8~65 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=13761d17b125f36a0e9f1d48570f17ac03cf5f86;p=thirdparty%2FPython%2Fcpython.git [3.13] gh-138952: Document platform.machine() output casing inconsistency across platforms (GH-138962) (#139046) (cherry picked from commit dd15a2e11ea5d16ad42050a2723dec0e400ea394) Co-authored-by: Aniket <148300120+Aniketsy@users.noreply.github.com> Co-authored-by: AN Long --- diff --git a/Doc/library/platform.rst b/Doc/library/platform.rst index 1bdeb186fd61..8da76b568e61 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()