]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-96192: fix os.ismount() to use a path that is str or bytes (#96194)
authorChristoph Anton Mitterer <calestyo@scientia.org>
Mon, 14 Nov 2022 04:12:32 +0000 (05:12 +0100)
committerGitHub <noreply@github.com>
Mon, 14 Nov 2022 04:12:32 +0000 (20:12 -0800)
commit367f552129341796d75fc4cc40edb49405235a2b
tree04ba5866ad2e28e7143be803eecf133c0f7e5847
parent1455c516fce829f8d46e4f15557afe8653e7e995
gh-96192: fix os.ismount() to use a path that is str or bytes (#96194)

Signed-off-by: Christoph Anton Mitterer <mail@christoph.anton.mitterer.name>
Co-authored-by: Eryk Sun <eryksun@gmail.com>
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Lib/posixpath.py
Lib/test/test_posixpath.py
Misc/NEWS.d/next/Library/2022-08-23-03-13-18.gh-issue-96192.TJywOF.rst [new file with mode: 0644]