aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/hazmat
diff options
context:
space:
mode:
Diffstat (limited to 'src/cryptography/hazmat')
-rw-r--r--src/cryptography/hazmat/primitives/constant_time.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/cryptography/hazmat/primitives/constant_time.py b/src/cryptography/hazmat/primitives/constant_time.py
index 99a114e2..35ceafe0 100644
--- a/src/cryptography/hazmat/primitives/constant_time.py
+++ b/src/cryptography/hazmat/primitives/constant_time.py
@@ -21,8 +21,8 @@ if hasattr(hmac, "compare_digest"):
else:
warnings.warn(
"Support for your Python version is deprecated. The next version of "
- "cryptography will remove support. Please upgrade to a 2.7.x "
- "release that supports hmac.compare_digest as soon as possible.",
+ "cryptography will remove support. Please upgrade to a release "
+ "(2.7.7+) that supports hmac.compare_digest as soon as possible.",
utils.PersistentlyDeprecated2018,
)