commit | 236d0b75c41449a266201c683b4b0d6acdee02df | [log] [tgz] |
---|---|---|
author | pxinwr <peixing.xin@windriver.com> | Mon Apr 15 17:02:20 2019 +0800 |
committer | Victor Stinner <vstinner@redhat.com> | Mon Apr 15 11:02:20 2019 +0200 |
tree | e64301d83572746a0e310d4debbf27bb40cad6f3 | |
parent | 2430d532e240dea55f0082d1e9bf2e0f3d7505be [diff] [blame] |
bpo-31904: Don't build the _crypt extension on VxWorks (GH-12833)
diff --git a/Doc/library/crypt.rst b/Doc/library/crypt.rst index 43d4b5b..d25c626 100644 --- a/Doc/library/crypt.rst +++ b/Doc/library/crypt.rst
@@ -30,6 +30,8 @@ extensions available on the current implementation will also be available on this module. +.. availability:: Unix. Not available on VxWorks. + Hashing Methods ---------------