-
- Downloads
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.
Showing
- Lib/genericpath.py 13 additions, 0 deletionsLib/genericpath.py
- Lib/macpath.py 18 additions, 14 deletionsLib/macpath.py
- Lib/ntpath.py 52 additions, 44 deletionsLib/ntpath.py
- Lib/posixpath.py 16 additions, 17 deletionsLib/posixpath.py
- Lib/test/test_genericpath.py 33 additions, 0 deletionsLib/test/test_genericpath.py
- Lib/test/test_macpath.py 2 additions, 0 deletionsLib/test/test_macpath.py
- Lib/test/test_posixpath.py 0 additions, 16 deletionsLib/test/test_posixpath.py
- Misc/NEWS 3 additions, 0 deletionsMisc/NEWS
Loading
Please register or sign in to comment