Commit 7b9b87e7 authored by Timo Furrer's avatar Timo Furrer Committed by Victor Stinner

bpo-33600: document that platform.linux_distribution() has been removed (GH-7281)

parent 3014d6eb
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment