]> granicus.if.org Git - python/commit
SF bug #44271: os.path.expanduser problem w/o HOME set.
authorTim Peters <tim.peters@gmail.com>
Thu, 19 Jul 2001 17:18:18 +0000 (17:18 +0000)
committerTim Peters <tim.peters@gmail.com>
Thu, 19 Jul 2001 17:18:18 +0000 (17:18 +0000)
commit1bdd0f255997ded18117e0e33916b67bd023cc47
tree60b3cccc43f2047baed34c103969871c16e64707
parentacd32d3be542987078c65a8a34d7844cfa7ebbe8
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.
Lib/ntpath.py