mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
crypt module (Steve M's)
This commit is contained in:
parent
7a325c385b
commit
e4c6131baa
4 changed files with 37 additions and 320 deletions
|
|
@ -65,6 +65,7 @@ dbm dbmmodule.o # dbm(3) may require -ldbm or similar
|
|||
fcntl fcntlmodule.o # fcntl(2) and ioctl(2)
|
||||
nis nismodule.o # Sun yellow pages -- not everywhere
|
||||
pwd grp pwdmodule.o # pwd(3) and grp(3)
|
||||
crypt cryptmodule.o # crypt(3)
|
||||
select selectmodule.o # select(2); not on ancient System V
|
||||
socket socketmodule.o # socket(2); not on ancient System V
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue