mirror of
https://github.com/python/cpython.git
synced 2025-08-02 16:13:13 +00:00
gh-77171: Fixes SubFormat check to compare the entire value. Add docs (GH-97509)
This commit is contained in:
parent
f1cca801f5
commit
a4ac14faa5
3 changed files with 21 additions and 6 deletions
|
@ -12,7 +12,12 @@
|
|||
--------------
|
||||
|
||||
The :mod:`wave` module provides a convenient interface to the WAV sound format.
|
||||
It does not support compression/decompression, but it does support mono/stereo.
|
||||
Only PCM encoded wave files are supported.
|
||||
|
||||
.. versionchanged:: 3.12
|
||||
|
||||
Support for ``WAVE_FORMAT_EXTENSIBLE`` headers was added, provided that the
|
||||
extended format is ``KSDATAFORMAT_SUBTYPE_PCM``.
|
||||
|
||||
The :mod:`wave` module defines the following function and exception:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue