mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
gh-91217: deprecate sunau (GH-91866)
This commit is contained in:
parent
cd5726fe67
commit
d174ebe91e
5 changed files with 6 additions and 2 deletions
|
|
@ -106,6 +106,8 @@ is destroyed.
|
|||
from collections import namedtuple
|
||||
import warnings
|
||||
|
||||
warnings._deprecated(__name__, remove=(3, 13))
|
||||
|
||||
|
||||
_sunau_params = namedtuple('_sunau_params',
|
||||
'nchannels sampwidth framerate nframes comptype compname')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue