From 1b271977e1de6f7a4cc8a6149c0d4a8e85375e4d Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Tue, 30 Sep 2014 07:47:53 -0700 Subject: Bump pending -> deprecated to for things deprecated in 0.6 --- cryptography/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cryptography/utils.py b/cryptography/utils.py index f4c2e3cb..c489ebe2 100644 --- a/cryptography/utils.py +++ b/cryptography/utils.py @@ -17,7 +17,7 @@ import sys DeprecatedIn05 = DeprecationWarning -DeprecatedIn06 = PendingDeprecationWarning +DeprecatedIn06 = DeprecationWarning def register_interface(iface): -- cgit v1.2.3