mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	Make the return key do what I mean more often.
This commit is contained in:
		
							parent
							
								
									4650df96bf
								
							
						
					
					
						commit
						3f08d40bd8
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -195,7 +195,7 @@ def __init__(self, flist=None): | ||||||
|         text.bind("<<open-stack-viewer>>", self.open_stack_viewer) |         text.bind("<<open-stack-viewer>>", self.open_stack_viewer) | ||||||
| 
 | 
 | ||||||
|         sys.stdout = PseudoFile(self, "stdout") |         sys.stdout = PseudoFile(self, "stdout") | ||||||
|         ##sys.stderr = PseudoFile(self, "stderr") |         sys.stderr = PseudoFile(self, "stderr") | ||||||
|         sys.stdin = self |         sys.stdin = self | ||||||
|         self.console = PseudoFile(self, "console") |         self.console = PseudoFile(self, "console") | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Guido van Rossum
						Guido van Rossum