]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.13] gh-138952: Document platform.machine() output casing inconsistency across...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 17 Sep 2025 15:05:56 +0000 (17:05 +0200)
committerGitHub <noreply@github.com>
Wed, 17 Sep 2025 15:05:56 +0000 (15:05 +0000)
(cherry picked from commit dd15a2e11ea5d16ad42050a2723dec0e400ea394)

Co-authored-by: Aniket <148300120+Aniketsy@users.noreply.github.com>
Co-authored-by: AN Long <aisk@users.noreply.github.com>
Doc/library/platform.rst

index 1bdeb186fd6179a5621b4e224a959fdb5b99e49d..8da76b568e61d2ed39954da4876e94a434037ecb 100644 (file)
@@ -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()