• Tim Peters's avatar
    SF bug 478425: Change in os.path.join (ntpath.py) · 6a3e5f14
    Tim Peters yazdı
    ntpath.join('a', '') was producing 'a' instead of 'a\\' as in 2.1.
    Impossible to guess what was ever *intended*, but since split('a\\')
    produces ('a', ''), I think it's best if join('a', '') gives 'a\\' back.
    6a3e5f14
test_ntpath.py 3.97 KB