diff options
author | Jakub KulĂk <Kulikjak@gmail.com> | 2022-04-20 10:46:08 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-20 10:46:08 (GMT) |
commit | 4420faf273e9e2d03226a9375e1e04a336230c84 (patch) | |
tree | 4c9d6cc13664eb6497e13b1b238c938573914be3 /Misc/NEWS.d | |
parent | 5101d97d0b13425ccc5ed37abfabb07701db81fe (diff) | |
download | cpython-4420faf273e9e2d03226a9375e1e04a336230c84.zip cpython-4420faf273e9e2d03226a9375e1e04a336230c84.tar.gz cpython-4420faf273e9e2d03226a9375e1e04a336230c84.tar.bz2 |
gh-91734: Fix ossaudio support on Solaris (GH-91735)
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r-- | Misc/NEWS.d/next/Library/2022-04-20-09-49-33.gh-issue-91734.4Dj4Gy.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2022-04-20-09-49-33.gh-issue-91734.4Dj4Gy.rst b/Misc/NEWS.d/next/Library/2022-04-20-09-49-33.gh-issue-91734.4Dj4Gy.rst new file mode 100644 index 0000000..47d9e0d --- /dev/null +++ b/Misc/NEWS.d/next/Library/2022-04-20-09-49-33.gh-issue-91734.4Dj4Gy.rst @@ -0,0 +1 @@ +Fix OSS audio support on Solaris. |