#17818: aifc.getparams now returns a namedtuple.

Patch by Claudiu Popa.
This commit is contained in:
R David Murray 2013-07-25 16:12:01 -04:00
parent 840c310a25
commit 4d35e75ca0
6 changed files with 55 additions and 8 deletions

View file

@ -158,7 +158,7 @@ class PyclbrTest(TestCase):
cm('random', ignore=('Random',)) # from _random import Random as CoreGenerator
cm('cgi', ignore=('log',)) # set with = in module
cm('pickle')
cm('aifc', ignore=('openfp',)) # set with = in module
cm('aifc', ignore=('openfp', '_aifc_params')) # set with = in module
cm('sre_parse', ignore=('dump',)) # from sre_constants import *
cm('pdb')
cm('pydoc')