]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add versionadded tag to wave module getformat functions (#153897)
authorElias Dorneles <eliasdorneles@gmail.com>
Sat, 18 Jul 2026 09:30:40 +0000 (11:30 +0200)
committerGitHub <noreply@github.com>
Sat, 18 Jul 2026 09:30:40 +0000 (11:30 +0200)
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)