mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	(cherry picked from commite6572e8f98) Also includes: * gh-111201: Use calc_complete_screen after bracketed paste in PyREPL (GH-119432) (cherry picked from commit14b063cbf1) Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com> Co-authored-by: Łukasz Langa <lukasz@langa.pl> Co-authored-by: Lysandros Nikolaou <lisandrosnik@gmail.com>
This commit is contained in:
		
							parent
							
								
									9fa1b4fc46
								
							
						
					
					
						commit
						58dbb4a4b0
					
				
					 6 changed files with 22 additions and 16 deletions
				
			
		|  | @ -587,7 +587,7 @@ def test_func(self): | |||
|         reader = self.prepare_reader(events, namespace) | ||||
|         mock_get_reader.return_value = reader | ||||
|         output = readline_multiline_input(more_lines, ">>>", "...") | ||||
|         self.assertEqual(output[0], "dummy.test_func.__") | ||||
|         self.assertEqual(output, "dummy.test_func.__") | ||||
|         self.assertEqual(mock_stderr.getvalue(), "") | ||||
| 
 | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Miss Islington (bot)
						Miss Islington (bot)