summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2020-10-06 15:39:55 -0400
committerEli Collins <elic@assurancetechnologies.com>2020-10-06 15:39:55 -0400
commit61e6523d815b3c69b4cb978828d7df7e909aee81 (patch)
treea197bc31aac29c981efc5d497695a920ba5ebb90 /docs
parent034adeef2a3e8582135002ee61b38fe7063b4f6e (diff)
downloadpasslib-61e6523d815b3c69b4cb978828d7df7e909aee81.tar.gz
cleanup old python compat - assorted minor cleanups & fixes from conversion
Diffstat (limited to 'docs')
-rw-r--r--docs/history/1.8.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/history/1.8.rst b/docs/history/1.8.rst
index f13a130..9de5b7b 100644
--- a/docs/history/1.8.rst
+++ b/docs/history/1.8.rst
@@ -88,3 +88,7 @@ for a number of years / releases:
* The deprecated :func:`passlib.utils.des.mdes_encrypt_int_block` method was removed.
* The :func:`passlib.utils.pbkdf2.norm_hash_name` alias was removed, use :func:`passlib.crypto.digest.norm_hash_name` instead.
+
+ .. py:currentmodule:: passlib.utils
+
+ * Many PY2 compatibility helper inside :mod:`!passlib.utils.compat` have been removed.