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 /Lib/sqlite3 | |
parent | bpo-32787: Better error handling in ctypes. (#3727) (diff) | |
download | cpython-f2f4555d8287ad217a1dba7bbd93103ad4daf3a8.tar.gz cpython-f2f4555d8287ad217a1dba7bbd93103ad4daf3a8.tar.bz2 cpython-f2f4555d8287ad217a1dba7bbd93103ad4daf3a8.zip |
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 'Lib/sqlite3')
0 files changed, 0 insertions, 0 deletions