aboutsummaryrefslogtreecommitdiffstats
path: root/src/cryptography/utils.py
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2016-03-21 08:58:22 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2016-03-21 08:58:47 -0400
commitde0d5823e7f009e721e203064e8ad5f977e74021 (patch)
tree365e5e60f6fcd2237b93489815888d808735edad /src/cryptography/utils.py
parent2e820e2a9c43be843a31db10900f19f735b28232 (diff)
downloadcryptography-de0d5823e7f009e721e203064e8ad5f977e74021.tar.gz
cryptography-de0d5823e7f009e721e203064e8ad5f977e74021.tar.bz2
cryptography-de0d5823e7f009e721e203064e8ad5f977e74021.zip
complete deprecation of CRLExtensionOID in favor of CRLEntryExtensionOID
Deprecated in 1.2, removed in 1.4 per policy.
Diffstat (limited to 'src/cryptography/utils.py')
-rw-r--r--src/cryptography/utils.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cryptography/utils.py b/src/cryptography/utils.py
index 53795732..3407bfe6 100644
--- a/src/cryptography/utils.py
+++ b/src/cryptography/utils.py
@@ -15,7 +15,6 @@ import warnings
# the functions deprecated in 1.0 are on an arbitrarily extended deprecation
# cycle and should not be removed until we agree on when that cycle ends.
DeprecatedIn10 = DeprecationWarning
-DeprecatedIn12 = DeprecationWarning
def read_only_property(name):