mirror of
				https://github.com/python/cpython.git
				synced 2025-10-30 21:21:22 +00:00 
			
		
		
		
	Get rid of most of the remaining uses of <>. There's still Tools/* thogh.
This commit is contained in:
		
							parent
							
								
									c4996ba794
								
							
						
					
					
						commit
						3bd844e695
					
				
					 16 changed files with 23 additions and 49 deletions
				
			
		|  | @ -37,7 +37,7 @@ def main(): | |||
|         os.mkdir(opts.directory) | ||||
|     except OSError, e: | ||||
|         # Ignore directory exists error | ||||
|         if e.errno <> errno.EEXIST: | ||||
|         if e.errno != errno.EEXIST: | ||||
|             raise | ||||
| 
 | ||||
|     fp = open(msgfile) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Neal Norwitz
						Neal Norwitz