mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	Deprecate htmllib and sgmllib for 3.0.
This commit is contained in:
		
							parent
							
								
									681001e11b
								
							
						
					
					
						commit
						ac19d85e04
					
				
					 8 changed files with 26 additions and 8 deletions
				
			
		|  | @ -137,7 +137,7 @@ class TestStdlibRemovals(unittest.TestCase): | |||
|     # import side-effect. | ||||
|     all_platforms = ('audiodev', 'imputil', 'mutex', 'user', 'new', 'rexec', | ||||
|                         'Bastion', 'compiler', 'dircache', 'fpformat', | ||||
|                         'ihooks', 'mhlib', 'statvfs') | ||||
|                         'ihooks', 'mhlib', 'statvfs', 'htmllib', 'sgmllib') | ||||
|     inclusive_platforms = {'irix' : ('pure', 'AL', 'al', 'CD', 'cd', 'cddb', | ||||
|                                      'cdplayer', 'CL', 'cl', 'DEVICE', 'GL', | ||||
|                                      'gl', 'ERRNO', 'FILE', 'FL', 'flp', 'fl', | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Georg Brandl
						Georg Brandl