summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2020-03-28 18:50:54 -0400
committerEli Collins <elic@assurancetechnologies.com>2020-03-28 18:50:54 -0400
commitdd552a8df1ddf04f591c523d0a8edd62c5e9b77f (patch)
tree15e5f97ce73280c390ccab53c98634389ada2f33 /docs
parent2766485f5760489fedb2e73f8a162c83633bbbcb (diff)
downloadpasslib-dd552a8df1ddf04f591c523d0a8edd62c5e9b77f.tar.gz
passlib.utils: have safe_crypt() catch OSError thrown by crypt() -- py39 compat
(fixes issue 115)
Diffstat (limited to 'docs')
-rw-r--r--docs/history/1.7.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/history/1.7.rst b/docs/history/1.7.rst
index 132a343..5b61513 100644
--- a/docs/history/1.7.rst
+++ b/docs/history/1.7.rst
@@ -21,6 +21,9 @@ Bugfixes
* :func:`passlib.utils.safe_crypt`: Support :func:`crypt.crypt` unexpectedly
returning bytes under Python 3 (:issue:`113`).
+* :func:`passlib.utils.safe_crypt`: Support :func:`crypt.crypt` throwing :exc:`OSError`,
+ which can happen as of Python 3.9 (:issue:`115`).
+
**1.7.2** (2019-11-22)
======================