]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-117636: Remove redundant type check in `os.path.join()` (#117638)
authorNice Zombies <nineteendo19d0@gmail.com>
Sun, 14 Apr 2024 21:04:14 +0000 (23:04 +0200)
committerGitHub <noreply@github.com>
Sun, 14 Apr 2024 21:04:14 +0000 (14:04 -0700)
commit9ee94d139197c0df8f4e096957576d124ad31c8e
tree5f04ffc164850be079ff9da1f17297d1d31219f9
parente01831760e3c7cb9cdba78b048c8052808a3a663
gh-117636: Remove redundant type check in `os.path.join()` (#117638)
Lib/ntpath.py
Lib/posixpath.py
Lib/test/test_posixpath.py
Misc/NEWS.d/next/Core and Builtins/2024-04-08-14-33-38.gh-issue-117636.exnRKd.rst [new file with mode: 0644]