summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorJakub KulĂ­k <Kulikjak@gmail.com>2022-04-20 10:46:08 (GMT)
committerGitHub <noreply@github.com>2022-04-20 10:46:08 (GMT)
commit4420faf273e9e2d03226a9375e1e04a336230c84 (patch)
tree4c9d6cc13664eb6497e13b1b238c938573914be3 /Misc/NEWS.d
parent5101d97d0b13425ccc5ed37abfabb07701db81fe (diff)
downloadcpython-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.rst1
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.