diff options
author | Petr Viktorin <encukou@gmail.com> | 2018-05-16 15:51:18 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-05-16 15:51:18 (GMT) |
commit | 8b94b41ab7b12f745dea744e8940631318816935 (patch) | |
tree | 7712623c850aa5988a7024effe3ae3ce6777eaa8 /Misc | |
parent | 93f9a8a5afb58b1d2e4f27bb46d3d4e0fa8c08f0 (diff) | |
download | cpython-8b94b41ab7b12f745dea744e8940631318816935.zip cpython-8b94b41ab7b12f745dea744e8940631318816935.tar.gz cpython-8b94b41ab7b12f745dea744e8940631318816935.tar.bz2 |
bpo-28167: Remove platform.linux_distribution (GH-6871)
* test_ssl: Remove skip_if_broken_ubuntu_ssl
We no longer support OpenSSL 0.9.8.15.15.
* bpo-28167: Remove platform.linux_distribution
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Library/2018-05-15-13-49-13.bpo-28167.p4RdQt.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2018-05-15-13-49-13.bpo-28167.p4RdQt.rst b/Misc/NEWS.d/next/Library/2018-05-15-13-49-13.bpo-28167.p4RdQt.rst new file mode 100644 index 0000000..0079c8a --- /dev/null +++ b/Misc/NEWS.d/next/Library/2018-05-15-13-49-13.bpo-28167.p4RdQt.rst @@ -0,0 +1 @@ +Remove platform.linux_distribution, which was deprecated since 3.5. |