SIGN IN SIGN UP

SF bug 478425: Change in os.path.join (ntpath.py)

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.
T
Tim Peters committed
6a3e5f14a6038cc524c325dc33e2cb37510e6e4c
Parent: 2a9e385