mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 21:51:50 +00:00 
			
		
		
		
	Convert raise statements in Lib/plat-{mac,os2emx}.
This commit is contained in:
		
							parent
							
								
									cfe02a498b
								
							
						
					
					
						commit
						e45be28be6
					
				
					 51 changed files with 506 additions and 506 deletions
				
			
		|  | @ -33,7 +33,7 @@ def get(self, _object, _attributes={}, **_arguments): | |||
|         _reply, _arguments, _attributes = self.send(_code, _subcode, | ||||
|                 _arguments, _attributes) | ||||
|         if _arguments.get('errn', 0): | ||||
|             raise aetools.Error, aetools.decodeerror(_arguments) | ||||
|             raise aetools.Error(aetools.decodeerror(_arguments)) | ||||
|         # XXXX Optionally decode result | ||||
|         if _arguments.has_key('----'): | ||||
|             return _arguments['----'] | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Collin Winter
						Collin Winter