]> granicus.if.org Git - python/commit
Issue #20306: The pw_gecos and pw_passwd fields are not required by POSIX.
authorStefan Krah <skrah@bytereef.org>
Mon, 25 Apr 2016 23:09:18 +0000 (01:09 +0200)
committerStefan Krah <skrah@bytereef.org>
Mon, 25 Apr 2016 23:09:18 +0000 (01:09 +0200)
commit267b639a2655d283282813219730704a8d2743b7
treeb6b35a76827f1f9d6aea1634ebaae2739d136724
parent8e1da5823b4dabbc5e60f8ee27411070a37804ef
Issue #20306: The pw_gecos and pw_passwd fields are not required by POSIX.
If they aren't present, set them to an empty string.
Modules/pwdmodule.c
configure
configure.ac
pyconfig.h.in