]> granicus.if.org Git - python/commit
Issue #21883: os.path.join() and os.path.relpath() now raise a TypeError with
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 4 Oct 2014 11:58:43 +0000 (14:58 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 4 Oct 2014 11:58:43 +0000 (14:58 +0300)
commit3deeeb0c39ee4fcc1949d127f95702edbed56943
tree3e9963cadcb3320b1658f3187b937470c47acd71
parent385328bf761969a761d48727bfec88dccf4fe641
Issue #21883: os.path.join() and os.path.relpath() now raise a TypeError with
more helpful error message for unsupported or mismatched types of arguments.
Lib/genericpath.py
Lib/macpath.py
Lib/ntpath.py
Lib/posixpath.py
Lib/test/test_genericpath.py
Lib/test/test_macpath.py
Lib/test/test_posixpath.py
Misc/NEWS