mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 21:51:50 +00:00 
			
		
		
		
	#17818: aifc.getparams now returns a namedtuple.
Patch by Claudiu Popa.
This commit is contained in:
		
							parent
							
								
									840c310a25
								
							
						
					
					
						commit
						4d35e75ca0
					
				
					 6 changed files with 55 additions and 8 deletions
				
			
		|  | @ -158,7 +158,7 @@ def test_others(self): | |||
|         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') | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 R David Murray
						R David Murray