mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
Deprecate audioop (GH-32392)
This commit is contained in:
parent
1df4298b62
commit
87eec70d97
12 changed files with 68 additions and 26 deletions
|
|
@ -217,7 +217,6 @@ class PyclbrTest(TestCase):
|
|||
cm = self.checkModule
|
||||
|
||||
# These were once some of the longest modules.
|
||||
cm('aifc', ignore=('_aifc_params',)) # set with = in module
|
||||
cm('random', ignore=('Random',)) # from _random import Random as CoreGenerator
|
||||
cm('cgi', ignore=('log',)) # set with = in module
|
||||
cm('pickle', ignore=('partial', 'PickleBuffer'))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue