mirror of
				https://github.com/python/cpython.git
				synced 2025-10-29 20:51:26 +00:00 
			
		
		
		
	Deprecate the imputil module for removal in 3.0.
This commit is contained in:
		
							parent
							
								
									f8105ceec7
								
							
						
					
					
						commit
						80bb9d92e3
					
				
					 4 changed files with 27 additions and 1 deletions
				
			
		|  | @ -126,7 +126,7 @@ def test_buffer(self): | |||
| 
 | ||||
| class TestStdlibRemovals(unittest.TestCase): | ||||
| 
 | ||||
|     all_platforms = ('audiodev',) | ||||
|     all_platforms = ('audiodev', 'imputil') | ||||
| 
 | ||||
|     def check_removal(self, module_name): | ||||
|         """Make sure the specified module, when imported, raises a | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Brett Cannon
						Brett Cannon