[proxy] web.archive.org← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light
/ cpython Public
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-28167: Remove platform.linux_distribution #6871

Merged
merged 2 commits into from May 16, 2018

Conversation

Copy link
Member

encukou commented May 15, 2018

The function platform.linux_distribution was scheduled for removal in 3.7, but didn't make it. But it can be removed it in 3.8.
Also remove some test_ssl infrastructure that depends on it (@tiran knows about the skip_if_broken_ubuntu_ssl removal).

https://bugs.python.org/issue28167

Copy link
Member Author

encukou commented May 16, 2018

Alright! With input from Marc-Andre the platform maintainer (on the bug), Christian the ssl maintainer (in person) and Łukasz the release manager (in person), I'm comfortable merging this :)

encukou merged commit 8b94b41 into python:master May 16, 2018
encukou deleted the remove-platform-linux_distribution branch May 16, 2018
encukou added a commit to encukou/distro that referenced this pull request May 16, 2018
The distro package is now recommended in Python documentation
as a replacement for `platform.linux_distribution`. See:

* https://docs.python.org/3.7/library/platform.html#platform.linux_distribution
* python/cpython#6669

Also, `platform.linux_distribution` is removed from
Python 3.8 (which is not released yet). See:

* https://docs.python.org/3.8/library/platform.html
* python/cpython#6871

Reflect this in `distro`'s README and docstring.
nir0s pushed a commit to python-distro/distro that referenced this pull request May 17, 2018
The distro package is now recommended in Python documentation
as a replacement for `platform.linux_distribution`. See:

* https://docs.python.org/3.7/library/platform.html#platform.linux_distribution
* python/cpython#6669

Also, `platform.linux_distribution` is removed from
Python 3.8 (which is not released yet). See:

* https://docs.python.org/3.8/library/platform.html
* python/cpython#6871

Reflect this in `distro`'s README and docstring.
yahya-abou-imran pushed a commit to yahya-abou-imran/cpython that referenced this pull request Nov 2, 2018
* test_ssl: Remove skip_if_broken_ubuntu_ssl

We no longer support OpenSSL 0.9.8.15.15.

* bpo-28167: Remove platform.linux_distribution
nir0s pushed a commit to python-distro/distro that referenced this pull request Feb 2, 2019
The distro package is now recommended in Python documentation
as a replacement for `platform.linux_distribution`. See:

* https://docs.python.org/3.7/library/platform.html#platform.linux_distribution
* python/cpython#6669

Also, `platform.linux_distribution` is removed from
Python 3.8 (which is not released yet). See:

* https://docs.python.org/3.8/library/platform.html
* python/cpython#6871

Reflect this in `distro`'s README and docstring.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants