aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPaul Kehrer <paul.l.kehrer@gmail.com>2015-04-14 14:21:21 -0400
committerPaul Kehrer <paul.l.kehrer@gmail.com>2015-04-14 14:21:21 -0400
commitd14dcc577ffc851eb32a2f77431f043fa5a7ce37 (patch)
tree433311de1175bacbb3705d51111cd81bfb1e0d8f /src
parentb3f45e3b16990a9293f68faecde3da790e4a4216 (diff)
downloadcryptography-d14dcc577ffc851eb32a2f77431f043fa5a7ce37.tar.gz
cryptography-d14dcc577ffc851eb32a2f77431f043fa5a7ce37.tar.bz2
cryptography-d14dcc577ffc851eb32a2f77431f043fa5a7ce37.zip
add changelog entry, set proper deprecation warning
Diffstat (limited to 'src')
-rw-r--r--src/cryptography/utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptography/utils.py b/src/cryptography/utils.py
index 31d72756..445554ec 100644
--- a/src/cryptography/utils.py
+++ b/src/cryptography/utils.py
@@ -11,7 +11,7 @@ import warnings
DeprecatedIn08 = DeprecationWarning
-DeprecatedIn09 = DeprecationWarning
+DeprecatedIn09 = PendingDeprecationWarning
def read_only_property(name):