Skip to content

Add a missing space to py35 deprecation warning#5448

Merged
reaperhulk merged 1 commit intopyca:masterfrom
webknjaz:bugfixes/py35-deprecation-warning-typo
Sep 1, 2020
Merged

Add a missing space to py35 deprecation warning#5448
reaperhulk merged 1 commit intopyca:masterfrom
webknjaz:bugfixes/py35-deprecation-warning-typo

Conversation

@webknjaz
Copy link
Contributor

@webknjaz webknjaz commented Sep 1, 2020

This fixes a typo that's been introduced in #5387: s/release ofcryptography/release of cryptography/.

This fixes a typo that's been introduced in pyca#5387.
warnings.warn(
"Python 3.5 support will be dropped in the next release of"
"Python 3.5 support will be dropped in the next release of "
"cryptography. Please upgrade your Python.",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@reaperhulk @alex have you considered including links to issues/PRs in deprecation warnings? I saw some projects doing this and I find it quite useful.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's a good idea -- we've done it in the past once or twice but we should do it for our future support deprecations.

@reaperhulk reaperhulk merged commit d9f182d into pyca:master Sep 1, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 1, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants