mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
bpo-31904: Don't build the _crypt extension on VxWorks (GH-12833)
This commit is contained in:
parent
2430d532e2
commit
236d0b75c4
3 changed files with 10 additions and 6 deletions
|
@ -30,6 +30,8 @@ the :manpage:`crypt(3)` routine in the running system. Therefore, any
|
|||
extensions available on the current implementation will also be available on
|
||||
this module.
|
||||
|
||||
.. availability:: Unix. Not available on VxWorks.
|
||||
|
||||
Hashing Methods
|
||||
---------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue