https://github.com/python/cpython/commit/841f1b9dbf9b0b492ad1aae67fbbf14d6d8f83c2 commit: 841f1b9dbf9b0b492ad1aae67fbbf14d6d8f83c2 branch: 3.15 author: Miss Islington (bot) <[email protected]> committer: tomasr8 <[email protected]> date: 2026-07-18T11:43:37+02:00 summary:
[3.15] Add versionadded tag to wave module getformat functions (GH-153897) (#153898) Add versionadded tag to wave module getformat functions (GH-153897) (cherry picked from commit 7ce9eb1c097db4b611bda4c8e5d0ff3f28ed4698) Co-authored-by: Elias Dorneles <[email protected]> files: M Doc/library/wave.rst diff --git a/Doc/library/wave.rst b/Doc/library/wave.rst index d320975708c07cf..c85e2d7a150a3e6 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]
