https://github.com/python/cpython/commit/7ce9eb1c097db4b611bda4c8e5d0ff3f28ed4698
commit: 7ce9eb1c097db4b611bda4c8e5d0ff3f28ed4698
branch: main
author: Elias Dorneles <[email protected]>
committer: chris-eibl <[email protected]>
date: 2026-07-18T11:30:40+02:00
summary:
Add versionadded tag to wave module getformat functions (#153897)
files:
M Doc/library/wave.rst
diff --git a/Doc/library/wave.rst b/Doc/library/wave.rst
index d320975708c07c..c85e2d7a150a3e 100644
--- a/Doc/library/wave.rst
+++ b/Doc/library/wave.rst
@@ -125,6 +125,8 @@ Wave_read Objects
This is one of :data:`WAVE_FORMAT_PCM`,
:data:`WAVE_FORMAT_IEEE_FLOAT`, or :data:`WAVE_FORMAT_EXTENSIBLE`.
+ .. versionadded:: 3.15
+
.. method:: getcomptype()
@@ -284,6 +286,8 @@ Wave_write Objects
Return the current frame format code.
+ .. versionadded:: 3.15
+
.. method:: setparams(tuple)
_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3//lists/python-checkins.python.org
Member address: [email protected]