]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-91061: also accept pathlib.Path for winsound.PlaySound (#91489)
authorMori Bellamy <mori@invoked.net>
Mon, 23 May 2022 01:54:24 +0000 (18:54 -0700)
committerGitHub <noreply@github.com>
Mon, 23 May 2022 01:54:24 +0000 (18:54 -0700)
commit9bc616cb4cd0610c21611554b50791f4d4c850e8
tree3c167efe6c11e3cdf395e1d28b10af40929515f7
parente39cd765610c9099da3b5595186ad16223b670b0
gh-91061: also accept pathlib.Path for winsound.PlaySound (#91489)

Fixes #91061

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Lib/test/test_winsound.py
Misc/NEWS.d/next/Windows/2022-04-12-18-35-20.gh-issue-91061.x40hSK.rst [new file with mode: 0644]
PC/winsound.c