]> granicus.if.org Git - python/commit
Treat trailing colon in os.path.join("a:", "b") same way for DOS as in
authorTim Peters <tim.peters@gmail.com>
Tue, 19 Sep 2000 23:46:56 +0000 (23:46 +0000)
committerTim Peters <tim.peters@gmail.com>
Tue, 19 Sep 2000 23:46:56 +0000 (23:46 +0000)
commitceeda0e9ba0a734cc4f2e4b5be268ba081fd617b
treeb0fbc122680c9cefad31009ee7eff0ee885714e4
parentf86eda5d1921258a1b8bcc9c1779d579cfbe7b1c
Treat trailing colon in os.path.join("a:", "b") same way for DOS as in
recent changes to ntpath.py and posixmodule.c.  Thanks to Guido for
pointing out the inconsistency!
Lib/dospath.py