From 61e6523d815b3c69b4cb978828d7df7e909aee81 Mon Sep 17 00:00:00 2001 From: Eli Collins Date: Tue, 6 Oct 2020 15:39:55 -0400 Subject: cleanup old python compat - assorted minor cleanups & fixes from conversion --- docs/history/1.8.rst | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'docs') 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. -- cgit v1.2.1