]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-75593: Add support of bytes and path-like paths in wave.open() (GH-140951)
authorMark Byrne <31762852+mbyrnepr2@users.noreply.github.com>
Wed, 12 Nov 2025 08:20:55 +0000 (09:20 +0100)
committerGitHub <noreply@github.com>
Wed, 12 Nov 2025 08:20:55 +0000 (10:20 +0200)
commit35908265b09ac39b67116bfdfe8a053be09e6d8f
tree4bcae65d430812a1d1a57e9b06a00409a382f1e1
parentf1b7961ccfa050e9c80622fff1b3cdada46f9aab
gh-75593: Add support of bytes and path-like paths in wave.open() (GH-140951)
Doc/library/wave.rst
Lib/test/test_wave.py
Lib/wave.py
Misc/NEWS.d/next/Library/2025-11-04-12-16-13.gh-issue-75593.EFVhKR.rst [new file with mode: 0644]