Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions Doc/library/platform.rst
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,10 @@ Unix Platforms
parameters. ``id`` is the item in parentheses after the version number. It
is usually the version codename.

.. note::
This function is deprecated since Python 3.5 and removed in Python 3.8.
See alternative like the `distro <https://pypi.org/project/distro>`_ package.

.. versionadded:: 2.6

.. function:: libc_ver(executable=sys.executable, lib='', version='', chunksize=2048)
Expand Down