Deprecate audioop (GH-32392)

This commit is contained in:
Brett Cannon 2022-04-07 12:27:35 -07:00 committed by GitHub
parent 1df4298b62
commit 87eec70d97
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 68 additions and 26 deletions

View file

@ -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'))