Files
cpython/Lib/test
Victor Stinner b50b33b4ac bpo-10496: posixpath.expanduser() catchs pwd.getpwuid() error (GH-10919) (GH-10930)
* 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)
2018-12-05 21:56:24 +01:00
..
2014-12-07 14:19:15 -05:00
2014-02-16 14:51:17 -05:00
2013-12-10 14:14:28 -06:00
2016-12-18 05:27:49 +00:00
2012-10-15 22:29:02 -04:00
2014-02-16 14:48:26 -05:00