]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.15] Add versionadded tag to wave module getformat functions (GH-153897) (#153898)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 18 Jul 2026 09:43:37 +0000 (11:43 +0200)
committerGitHub <noreply@github.com>
Sat, 18 Jul 2026 09:43:37 +0000 (11:43 +0200)
Add versionadded tag to wave module getformat functions (GH-153897)
(cherry picked from commit 7ce9eb1c097db4b611bda4c8e5d0ff3f28ed4698)

Co-authored-by: Elias Dorneles <eliasdorneles@gmail.com>
Doc/library/wave.rst

index d320975708c07cf880e966382316b96c559a7a6c..c85e2d7a150a3e6b758d593716a8bf4a395e699c 100644 (file)
@@ -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)