Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
7b9b87e7
Commit
7b9b87e7
authored
Jun 05, 2018
by
Timo Furrer
Committed by
Victor Stinner
Jun 05, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bpo-33600: document that platform.linux_distribution() has been removed (GH-7281)
parent
3014d6eb
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
Doc/library/platform.rst
Doc/library/platform.rst
+4
-0
No files found.
Doc/library/platform.rst
View file @
7b9b87e7
...
@@ -270,6 +270,10 @@ Unix Platforms
...
@@ -270,6 +270,10 @@ Unix Platforms
parameters. ``id`` is the item in parentheses after the version number. It
parameters. ``id`` is the item in parentheses after the version number. It
is usually the version codename.
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
.. versionadded:: 2.6
.. function:: libc_ver(executable=sys.executable, lib='', version='', chunksize=2048)
.. function:: libc_ver(executable=sys.executable, lib='', version='', chunksize=2048)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment