diff options
author | Victor Stinner <vstinner@redhat.com> | 2018-12-05 16:49:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-05 16:49:35 +0100 |
commit | f2f4555d8287ad217a1dba7bbd93103ad4daf3a8 (patch) | |
tree | d3c3dfaee0aa56df5cdf4d9d60db7b65c3e33db4 /Modules/_sqlite/connection.c | |
parent | 398bd27967690f2c1a8cbf8d47a5613edd9cfb2a (diff) | |
download | cpython-git-f2f4555d8287ad217a1dba7bbd93103ad4daf3a8.tar.gz |
bpo-10496: posixpath.expanduser() catchs pwd.getpwuid() error (GH-10919)
* posixpath.expanduser() now returns the input path unchanged if
the HOME environment variable is not set and pwd.getpwuid() raises
KeyError (the current user identifier doesn't exist in the password
database).
* Add test_no_home_directory() to test_site.
Diffstat (limited to 'Modules/_sqlite/connection.c')
0 files changed, 0 insertions, 0 deletions