mirror of
				https://github.com/python/cpython.git
				synced 2025-10-30 21:21:22 +00:00 
			
		
		
		
	Remove apply()
This commit is contained in:
		
							parent
							
								
									fe55464f39
								
							
						
					
					
						commit
						d91085598f
					
				
					 56 changed files with 179 additions and 285 deletions
				
			
		|  | @ -20,7 +20,7 @@ def __init__(self, master=None, shell=None, **cnf): | |||
|         args = string.split(shell) | ||||
|         shell = args[0] | ||||
| 
 | ||||
|         apply(ScrolledText.__init__, (self, master), cnf) | ||||
|         ScrolledText.__init__(self, master, **cnf) | ||||
|         self.pos = '1.0' | ||||
|         self.bind('<Return>', self.inputhandler) | ||||
|         self.bind('<Control-c>', self.sigint) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Neal Norwitz
						Neal Norwitz