Files
cpython/Lib
Miss Islington (bot) 983d1ab0e6 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.
(cherry picked from commit f2f4555d82)

Co-authored-by: Victor Stinner <vstinner@redhat.com>
2018-12-05 08:07:57 -08:00
..
2018-10-20 02:04:19 -04:00
2018-10-05 07:35:18 -07:00
2017-11-08 14:44:44 -08:00
2017-11-05 15:37:50 +02:00