summaryrefslogtreecommitdiff
path: root/passlib/exc.py
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2016-11-09 17:35:20 -0500
committerEli Collins <elic@assurancetechnologies.com>2016-11-09 17:35:20 -0500
commite3b0f77f385d5a12d162621b7f57b13f1e2e0355 (patch)
treeec792a5e931d0fa1733abeff7eef0b2d7c3d48a4 /passlib/exc.py
parent81a44f4676cba16237db573c3667f53e07eb4791 (diff)
downloadpasslib-e3b0f77f385d5a12d162621b7f57b13f1e2e0355.tar.gz
docs: updated some docstrings, internal notes
Diffstat (limited to 'passlib/exc.py')
-rw-r--r--passlib/exc.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/passlib/exc.py b/passlib/exc.py
index 2aaaccb..d044aec 100644
--- a/passlib/exc.py
+++ b/passlib/exc.py
@@ -153,6 +153,8 @@ class PasslibWarning(UserWarning):
.. versionadded:: 1.6
"""
+# XXX: there's only one reference to this class, and it will go away in 2.0;
+# so can probably remove this along with this / roll this into PasslibHashWarning.
class PasslibConfigWarning(PasslibWarning):
"""Warning issued when non-fatal issue is found related to the configuration
of a :class:`~passlib.context.CryptContext` instance.