commit | 1bdd0f255997ded18117e0e33916b67bd023cc47 | [log] [tgz] |
---|---|---|
author | Tim Peters <tim.peters@gmail.com> | Thu Jul 19 17:18:18 2001 +0000 |
committer | Tim Peters <tim.peters@gmail.com> | Thu Jul 19 17:18:18 2001 +0000 |
tree | 60b3cccc43f2047baed34c103969871c16e64707 | |
parent | acd32d3be542987078c65a8a34d7844cfa7ebbe8 [diff] |
SF bug #44271: os.path.expanduser problem w/o HOME set. This is a Windows-specific glitch that's really due to that, e.g., ntpath.join("c:", "/abc") returned "/abc" instead of "c:/abc". Made join smarter. Bugfix candidate.