diff options
author | Mori Bellamy <mori@invoked.net> | 2022-05-23 01:54:24 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-23 01:54:24 (GMT) |
commit | 9bc616cb4cd0610c21611554b50791f4d4c850e8 (patch) | |
tree | 3c167efe6c11e3cdf395e1d28b10af40929515f7 /Misc/NEWS.d/next/Windows | |
parent | e39cd765610c9099da3b5595186ad16223b670b0 (diff) | |
download | cpython-9bc616cb4cd0610c21611554b50791f4d4c850e8.zip cpython-9bc616cb4cd0610c21611554b50791f4d4c850e8.tar.gz cpython-9bc616cb4cd0610c21611554b50791f4d4c850e8.tar.bz2 |
gh-91061: also accept pathlib.Path for winsound.PlaySound (#91489)
Fixes #91061
Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
Diffstat (limited to 'Misc/NEWS.d/next/Windows')
-rw-r--r-- | Misc/NEWS.d/next/Windows/2022-04-12-18-35-20.gh-issue-91061.x40hSK.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Windows/2022-04-12-18-35-20.gh-issue-91061.x40hSK.rst b/Misc/NEWS.d/next/Windows/2022-04-12-18-35-20.gh-issue-91061.x40hSK.rst new file mode 100644 index 0000000..aadc30344 --- /dev/null +++ b/Misc/NEWS.d/next/Windows/2022-04-12-18-35-20.gh-issue-91061.x40hSK.rst @@ -0,0 +1 @@ +Accept os.PathLike for the argument to winsound.PlaySound |