bpo-34009: Expand on platform support changes by ncoghlan · Pull Request #8022 · python/cpython (original) (raw)

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 andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Conversation5 Commits4 Checks0 Files changed

Conversation

This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters

[ Show hidden characters]({{ revealButtonHref }})

ncoghlan

@ncoghlan

@ncoghlan ncoghlan changed the titlebpo-34009: Expand on platform support changes WIP: bpo-34009: Expand on platform support changes

Jun 30, 2018

@ncoghlan

@ncoghlan

@ncoghlan

@ncoghlan ncoghlan changed the titleWIP: bpo-34009: Expand on platform support changes bpo-34009: Expand on platform support changes

Jul 1, 2018

@ncoghlan

PR updated to reflect the current state of affairs (i.e. if you're testing on Travis CI, and want to test against Python 3.7, your best bet is to build CPython and link it against OpenSSL 1.1.0 yourself, the same way our CI does)

@ncoghlan

@ncoghlan

@miss-islington

Thanks @ncoghlan for the PR 🌮🎉.. I'm working now to backport this PR to: 3.7.
🐍🍒⛏🤖

@bedevere-bot

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jul 10, 2018

@ncoghlan @miss-islington

Many users won't realise the implications the OpenSSL 1.0.2 minimum version requirement has when it comes to Ubuntu 14.04 and Debian 8, so expand on that in the platform support section.

Also explicitly note the non-ASCII-based locale requirement for full Unicode text handling support on non-Windows systems. (cherry picked from commit 5fe7c98)

Co-authored-by: Nick Coghlan ncoghlan@gmail.com

miss-islington added a commit that referenced this pull request

Jul 10, 2018

@miss-islington @ncoghlan

Many users won't realise the implications the OpenSSL 1.0.2 minimum version requirement has when it comes to Ubuntu 14.04 and Debian 8, so expand on that in the platform support section.

Also explicitly note the non-ASCII-based locale requirement for full Unicode text handling support on non-Windows systems. (cherry picked from commit 5fe7c98)

Co-authored-by: Nick Coghlan ncoghlan@gmail.com

CuriousLearner added a commit to CuriousLearner/cpython that referenced this pull request

Jul 14, 2018

@CuriousLearner

CuriousLearner added a commit to CuriousLearner/cpython that referenced this pull request

Jul 15, 2018

@CuriousLearner

CuriousLearner added a commit to CuriousLearner/cpython that referenced this pull request

Jul 21, 2018

@CuriousLearner

…ssue-33014