Skip to content

Commit 5d8d418

Browse files
committed
Remove mentions on AIX shadow passwords
1 parent 1db952a commit 5d8d418

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

Modules/Setup.stdlib.in

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@
119119
@MODULE_RESOURCE_TRUE@resource resource.c
120120
@MODULE_SELECT_TRUE@select selectmodule.c
121121
@MODULE__SOCKET_TRUE@_socket socketmodule.c
122-
# AIX has shadow passwords, but does not provide getspent API
123122
@MODULE_SYSLOG_TRUE@syslog syslogmodule.c
124123
@MODULE_TERMIOS_TRUE@termios termios.c
125124

configure.ac

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7082,7 +7082,6 @@ AC_DEFUN([PY_STDLIB_MOD_SET_NA], [
70827082

70837083
# stdlib not available
70847084
dnl Modules that are not available on some platforms
7085-
dnl AIX has shadow passwords, but access is not via getspent()
70867085
dnl VxWorks does not provide crypt() function
70877086
AS_CASE([$ac_sys_system],
70887087
[AIX], [PY_STDLIB_MOD_SET_NA([_scproxy])],

0 commit comments

Comments
 (0)