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. T
Tim Peters committed
1bdd0f255997ded18117e0e33916b67bd023cc47
Parent: acd32d3