https://github.com/python/cpython/commit/498cb6dff10f97fa3d348a4c0ad9374d14af3312 commit: 498cb6dff10f97fa3d348a4c0ad9374d14af3312 branch: main author: Ville Skyttä <ville.sky...@iki.fi> committer: AA-Turner <9087854+aa-tur...@users.noreply.github.com> date: 2024-07-23T14:08:39+01:00 summary:
Docs: Use cross-reference to `os.uname` in `sysconfig.get_platform` (#122083) files: M Doc/library/sysconfig.rst diff --git a/Doc/library/sysconfig.rst b/Doc/library/sysconfig.rst index 9556da808f8c63..6834f66b386e4b 100644 --- a/Doc/library/sysconfig.rst +++ b/Doc/library/sysconfig.rst @@ -376,7 +376,7 @@ Other functions This is used mainly to distinguish platform-specific build directories and platform-specific built distributions. Typically includes the OS name and - version and the architecture (as supplied by 'os.uname()'), although the + version and the architecture (as supplied by :func:`os.uname`), although the exact information included depends on the OS; e.g., on Linux, the kernel version isn't particularly important. _______________________________________________ Python-checkins mailing list -- python-checkins@python.org To unsubscribe send an email to python-checkins-le...@python.org https://mail.python.org/mailman3/lists/python-checkins.python.org/ Member address: arch...@mail-archive.com