mirror of
https://github.com/saymrwulf/cryptography.git
synced 2026-05-14 20:37:55 +00:00
Tighten up this warning message (#5560)
This commit is contained in:
parent
94f32c14b7
commit
d74a477b66
1 changed files with 2 additions and 2 deletions
|
|
@ -34,8 +34,8 @@ __all__ = [
|
|||
if sys.version_info[0] == 2:
|
||||
warnings.warn(
|
||||
"Python 2 is no longer supported by the Python core team. Support for "
|
||||
"it is now deprecated in cryptography, and will be removed in a "
|
||||
"future release.",
|
||||
"it is now deprecated in cryptography, and will be removed in the "
|
||||
"next release.",
|
||||
CryptographyDeprecationWarning,
|
||||
stacklevel=2,
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in a new issue