summaryrefslogtreecommitdiff
path: root/docs/modular_crypt_format.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/modular_crypt_format.rst')
-rw-r--r--docs/modular_crypt_format.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/modular_crypt_format.rst b/docs/modular_crypt_format.rst
index a5566a5..a88297e 100644
--- a/docs/modular_crypt_format.rst
+++ b/docs/modular_crypt_format.rst
@@ -154,7 +154,8 @@ by the following operating systems and platforms:
===================== ==============================================================
**MacOS X** Darwin's native :func:`!crypt` provides limited functionality,
supporting only :class:`~passlib.hash.des_crypt` and
- :class:`~passlib.hash.bsdi_crypt`.
+ :class:`~passlib.hash.bsdi_crypt`. OS X uses a separate
+ system for it's own password hashes.
**Google App Engine** As of 2011-08-19, Google App Engine's :func:`!crypt`
implementation appears to match that of a typical Linux