summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2020-02-17 10:34:01 -0500
committerEli Collins <elic@assurancetechnologies.com>2020-02-17 10:34:01 -0500
commite53460bc94667aaf29ff0221ba3e44d61b87fd2d (patch)
tree851f7950215f55f560d04475090a97d051ce8ccb /docs
parent75472043288fc88d30098e5e61a4e451e7d2c043 (diff)
downloadpasslib-e53460bc94667aaf29ff0221ba3e44d61b87fd2d.tar.gz
passlib.utils: have safe_crypt() check if crypt() is returning bytes
(fixes issue 113)
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 ad181f9..096f7ed 100644
--- a/docs/history/1.7.rst
+++ b/docs/history/1.7.rst
@@ -4,6 +4,9 @@
Passlib 1.7
===========
+* :func:`passlib.utils.safe_crypt`: Support :func:`crypt.crypt` unexpectedly
+ returning bytes under Python 3 (:issue:`113`).
+
**1.7.2** (2019-11-22)
======================