mirror of
				https://github.com/python/cpython.git
				synced 2025-11-04 07:31:38 +00:00 
			
		
		
		
	Don't qualify local symbols with aetools...
This commit is contained in:
		
							parent
							
								
									d9f5a39ef3
								
							
						
					
					
						commit
						a0fcd25800
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -220,7 +220,7 @@ def open(self, _object, _attributes={}, **_arguments):
 | 
				
			||||||
		_reply, _arguments, _attributes = self.send(_code, _subcode,
 | 
							_reply, _arguments, _attributes = self.send(_code, _subcode,
 | 
				
			||||||
				_arguments, _attributes)
 | 
									_arguments, _attributes)
 | 
				
			||||||
		if _arguments.has_key('errn'):
 | 
							if _arguments.has_key('errn'):
 | 
				
			||||||
			raise aetools.Error, aetools.decodeerror(_arguments)
 | 
								raise Error, decodeerror(_arguments)
 | 
				
			||||||
		# XXXX Optionally decode result
 | 
							# XXXX Optionally decode result
 | 
				
			||||||
		if _arguments.has_key('----'):
 | 
							if _arguments.has_key('----'):
 | 
				
			||||||
			return _arguments['----']
 | 
								return _arguments['----']
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue