mirror of
				https://github.com/python/cpython.git
				synced 2025-11-01 06:01:29 +00:00 
			
		
		
		
	Ran 2to3 over scripts directory.
This commit is contained in:
		
							parent
							
								
									d11ae5d6ec
								
							
						
					
					
						commit
						8efadf5d66
					
				
					 19 changed files with 74 additions and 86 deletions
				
			
		|  | @ -158,7 +158,7 @@ def main(): | |||
|     warnings = readwarnings(args[0]) | ||||
|     if warnings is None: | ||||
|         return 1 | ||||
|     files = warnings.keys() | ||||
|     files = list(warnings.keys()) | ||||
|     if not files: | ||||
|         print("No classic division warnings read from", args[0]) | ||||
|         return | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Georg Brandl
						Georg Brandl