◐ Shell
clean mode source ↗

[3.6] bpo-29781: Fix SSLObject.version before handshake (GH-3364) by tiran · Pull Request #3381 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@tiran

@tiran tiran commented

Sep 6, 2017

edited by bedevere-bot

Loading

Copy link Copy Markdown

Member

SSLObject.version() now correctly returns None when handshake over BIO has
not been performed yet.

Signed-off-by: Christian Heimes christian@python.org
(cherry picked from commit 6877111)

https://bugs.python.org/issue29781

SSLObject.version() now correctly returns None when handshake over BIO has
not been performed yet.

Signed-off-by: Christian Heimes <christian@python.org>
(cherry picked from commit 6877111)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants

@tiran @Mariatta @the-knights-who-say-ni @bedevere-bot