mirror of
https://github.com/python/cpython.git
synced 2025-07-29 06:05:00 +00:00
Deprecate the audiodev module for 3.0.
This commit is contained in:
parent
79618239d1
commit
e5d2cbaeaf
3 changed files with 40 additions and 1 deletions
|
@ -1,4 +1,7 @@
|
|||
"""Classes for manipulating audio devices (currently only for Sun and SGI)"""
|
||||
from warnings import warnpy3k
|
||||
warnpy3k("the audiodev module has been removed in Python 3.0", stacklevel=2)
|
||||
del warnpy3k
|
||||
|
||||
__all__ = ["error","AudioDev"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue