summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorEli Collins <elic@assurancetechnologies.com>2011-12-28 17:15:31 -0500
committerEli Collins <elic@assurancetechnologies.com>2011-12-28 17:15:31 -0500
commit9d1ca56acb757a034d66eb0b97acf0ca06245146 (patch)
tree4a08b829d3a70d0430aa5dfbb03cac96238dcec5 /docs
parentdce7529fa18ab75cc42df175abee660836326ea5 (diff)
downloadpasslib-9d1ca56acb757a034d66eb0b97acf0ca06245146.tar.gz
deprecated to_hash_str, replaced all instances with to_native_str
decided that to_hash_str will always return native string, feature of hashes being returned as unicode under python 2 is better done through a CryptContext option.
Diffstat (limited to 'docs')
-rw-r--r--docs/password_hash_api.rst4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/password_hash_api.rst b/docs/password_hash_api.rst
index 62d29cf..570a636 100644
--- a/docs/password_hash_api.rst
+++ b/docs/password_hash_api.rst
@@ -592,10 +592,6 @@ and ease of implementation issues:
backwards compatibility with Passlib 1.4 and earlier
under Python 2.
- Handlers should use the :func:`passlib.utils.to_hash_str` function
- to coerce their unicode hashes to whatever is appropriate
- for the platform before returning them.
-
.. rubric:: Footnotes
.. [#otypes] While this specification is written referring to classes and classmethods,