]> granicus.if.org Git - python/commit
Issue #20306: Android is the only system that returns NULL for the pw_passwd
authorStefan Krah <skrah@bytereef.org>
Tue, 26 Apr 2016 09:43:21 +0000 (11:43 +0200)
committerStefan Krah <skrah@bytereef.org>
Tue, 26 Apr 2016 09:43:21 +0000 (11:43 +0200)
commit45009778aa131b99bc95412390dae232d9f760a7
tree074f5f3eb2edd69016d5c2f0c7d3305074579208
parentc5c43b8374ced0e889cf90b6e1ff0cc4341dbb3a
Issue #20306:  Android is the only system that returns NULL for the pw_passwd
field.  Rather than cluttering the tests, translate the arguably more correct
"None" to an empty string.
Modules/pwdmodule.c